PaymentShippingObject: {
    amount: string;
    country_code: string;
    postal_code: string;
}

Payment credit card track object.

Type declaration

  • amount: string

    Total shipping amount. Use numbers for dollar amount and up to 2 decimal places for cents. Example $100.00 could be 100 or 100.00

  • country_code: string

    Shipping destnation ISO-3166-3 character country code

  • postal_code: string

    Shipping destination postal code

Generated using TypeDoc