AddressDetails
data class AddressDetails(val name: String? = null, val address: PaymentSheet.Address? = null, val phoneNumber: String? = null, val isCheckboxSelected: Boolean? = null) : Parcelable
Constructors
Link copied to clipboard
constructor(name: String? = null, address: PaymentSheet.Address? = null, phoneNumber: String? = null, isCheckboxSelected: Boolean? = null)
Properties
Link copied to clipboard
The customer's address
Link copied to clipboard
Whether or not your custom checkbox is selected. Note: The checkbox is displayed below the other fields when AdditionalFieldsConfiguration.checkboxLabel is set.
Link copied to clipboard
The customer's phone number, without formatting e.g. "5551234567"