Payment Sheet Mobile Money Input
data class PaymentSheetMobileMoneyInput(val network: PaymentSheetMobileMoneyInput.Network, val accountNumber: String, val billingDetails: PaymentSheetMobileMoneyInput.BillingDetails? = null, val savePaymentMethod: Boolean = false)
Constructors
Link copied to clipboard
constructor(network: PaymentSheetMobileMoneyInput.Network, accountNumber: String, billingDetails: PaymentSheetMobileMoneyInput.BillingDetails? = null, savePaymentMethod: Boolean = false)
Types
Link copied to clipboard
data class BillingDetails(val name: String, val phoneNumber: String? = null, val address: PaymentSheetMobileMoneyInput.BillingDetails.Address)
Link copied to clipboard