BillingAddressConfiguration

constructor(@Json(name = "collection_mode") collectionMode: POBillingAddressCollectionMode, @Json(name = "restrict_to_country_codes") restrictToCountryCodes: Set<String>?)

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.