License

Copyright Paysafe 2024. All rights reserved.

interface Address {
    address1: string;
    address2?: string;
    city: string;
    countryCode: string;
    postalCode: string;
    stateProvince?: string;
}

Properties

address1: string
address2?: string
city: string
countryCode: string
postalCode: string
stateProvince?: string

Generated using TypeDoc