BillingAddressConfiguration
@JsonClass(generateAdapter = true)
Billing address configuration.
Parameters
collectionMode
Billing address collection mode.
restrictToCountryCodes
Set of ISO country codes that is supported for the billing address. When null, all countries are provided.
Constructors
Link copied to clipboard
constructor(@Json(name = "collection_mode") collectionMode: POBillingAddressCollectionMode, @Json(name = "restrict_to_country_codes") restrictToCountryCodes: Set<String>?)