BillingDetails

data class BillingDetails(val name: String, val phoneNumber: String? = null, val address: PaymentSheetMobileMoneyInput.BillingDetails.Address)

Constructors

Link copied to clipboard
constructor(name: String, phoneNumber: String? = null, address: PaymentSheetMobileMoneyInput.BillingDetails.Address)

Types

Link copied to clipboard
data class Address(val line1: String? = null, val line2: String? = null, val city: String? = null, val region: String? = null, val postCode: String? = null, val country: String)

Properties

Link copied to clipboard
Link copied to clipboard