BillingDetailsCollectionConfiguration
data class BillingDetailsCollectionConfiguration(val collectName: Boolean = false, val collectEmail: Boolean = false, val collectPhone: Boolean = false, val address: BillingDetailsCollectionConfiguration.AddressCollectionMode = AddressCollectionMode.Automatic) : Parcelable
Constructors
Link copied to clipboard
constructor(collectName: Boolean = false, collectEmail: Boolean = false, collectPhone: Boolean = false, address: BillingDetailsCollectionConfiguration.AddressCollectionMode = AddressCollectionMode.Automatic)