CreditCardAddress
Container to hold the Credit card Billing Address. It is required to provide billing address if credit card information is provided and when the ShipFrom country or territory is the US, PR, and CA.
Properties
Name | Type | Required | Description |
---|---|---|---|
address_line | List[str] | ✅ | Address Line 1 of the credit card billing address. Usually Street address information. |
city | str | ✅ | City of the credit card billing address. |
country_code | str | ✅ | Credit card billing address country or territory code. Must be a valid UPS Billing country or territory code. |
state_province_code | str | ❌ | State or province code of the credit card billing address. |
postal_code | str | ❌ | Credit card billing addressee postal code. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs