BillingDetails
Billing information associated with the PaymentMethod that may be used or required by particular types of payment methods.
- address
The customer's address.
- cityType: string | nullmax length:100
City, district, suburb, town, or village.
- countryType: string | nullmax length:2
Two-letter country code (ISO 3166-1 alpha-2).
- line1Type: string | nullmax length:100
Address line 1 (e.g., street, PO Box, or company name).
- line2Type: string | nullmax length:100
Address line 2 (e.g., apartment, suite, unit, or building).
- postalType: string | null
_code max length:100ZIP or postal code.
- stateType: string | nullmax length:100
State, county, province, or region.
- emailType: string | nullmax length:100
Billing email address.
- nameType: string | nullmax length:100
Billing full name.
- phoneType: string | nullmax length:100
Billing phone number (including extension).

