BillingAddressParameters
data class BillingAddressParameters @JvmOverloads constructor( isRequired: Boolean = false, format: GooglePayJsonFactory.BillingAddressParameters.Format = Format.Min, isPhoneNumberRequired: Boolean = false) : Parcelable
Content copied to clipboard
Configure additional fields to be returned for a requested billing address.
Constructors
Link copied to clipboard
fun BillingAddressParameters( isRequired: Boolean = false, format: GooglePayJsonFactory.BillingAddressParameters.Format = Format.Min, isPhoneNumberRequired: Boolean = false)
Content copied to clipboard
Types
Link copied to clipboard
enum Format : Enum<GooglePayJsonFactory.BillingAddressParameters.Format>
Content copied to clipboard
Billing address format required to complete the transaction.