AddressDetails
data class AddressDetails( val name: String? = null, val address: PaymentSheet.Address? = null, val phoneNumber: String? = null, val isCheckboxSelected: Boolean? = null) : Parcelable
Content copied to clipboard
Constructors
Link copied to clipboard
fun AddressDetails( name: String? = null, address: PaymentSheet.Address? = null, phoneNumber: String? = null, isCheckboxSelected: Boolean? = null)
Content copied to clipboard