BillingAddressConfig
data class BillingAddressConfig @JvmOverloads constructor( val isRequired: Boolean = false, val format: GooglePayPaymentMethodLauncher.BillingAddressConfig.Format = Format.Min, val isPhoneNumberRequired: Boolean = false) : Parcelable
Content copied to clipboard
Constructors
Link copied to clipboard
fun BillingAddressConfig( isRequired: Boolean = false, format: GooglePayPaymentMethodLauncher.BillingAddressConfig.Format = Format.Min, isPhoneNumberRequired: Boolean = false)
Content copied to clipboard
Types
Link copied to clipboard
enum Format : Enum<GooglePayPaymentMethodLauncher.BillingAddressConfig.Format>
Content copied to clipboard
Billing address format required to complete the transaction.