BillingDetails

Billing information associated with the PaymentMethod that may be used or required by particular types of payment methods.

  • address

    The customer's address.

    • city
      Type: string | null
      max length:  
      100

      City, district, suburb, town, or village.

    • country
      Type: string | null
      max length:  
      2

      Two-letter country code (ISO 3166-1 alpha-2).

    • line1
      Type: string | null
      max length:  
      100

      Address line 1 (e.g., street, PO Box, or company name).

    • line2
      Type: string | null
      max length:  
      100

      Address line 2 (e.g., apartment, suite, unit, or building).

    • postal_code
      Type: string | null
      max length:  
      100

      ZIP or postal code.

    • state
      Type: string | null
      max length:  
      100

      State, county, province, or region.

  • email
    Type: string | null
    max length:  
    100

    Billing email address.

  • name
    Type: string | null
    max length:  
    100

    Billing full name.

  • phone
    Type: string | null
    max length:  
    100

    Billing phone number (including extension).