License

Copyright Paysafe 2024. All rights reserved.

interface MerchantLocation {
    city?: string;
    state?: string;
    zip?: string;
}

Properties

Properties

city?: string
state?: string
zip?: string