PaymentCustomerObject: {
    address_city?: string;
    address_country?: string;
    address_postal_code?: string;
    address_state_code?: string;
    address_street_1?: string;
    address_street_2?: string;
    customer_id: string;
    email?: string;
    first_name?: string;
    last_name?: string;
    phone?: string;
    website?: string;
}

Payment customer object

Type declaration

  • Optional address_city?: string

    Customer address city name

  • Optional address_country?: string

    Customer address ISO-3166-3 country code

  • Optional address_postal_code?: string

    Customer address Postal Code

  • Optional address_state_code?: string

    Customer address ISO-3166-2 state/province code

  • Optional address_street_1?: string

    Customer street 1 address

  • Optional address_street_2?: string

    Customer street 2 address

  • customer_id: string

    Customer ID to associate customer with external systems

  • Optional email?: string

    Customer email address. Required if send_receipt or store_token is set to true

  • Optional first_name?: string

    Customer first name

  • Optional last_name?: string

    Customer last name

  • Optional phone?: string

    Customer phone number

  • Optional website?: string

    Customer website

Generated using TypeDoc