WalletCheckoutSender

data class WalletCheckoutSender(val customerId: String?, val email: String?)

Data class representing the transfer sender information.

Constructors

Link copied to clipboard
constructor(customerId: String?, email: String?)

Properties

Link copied to clipboard

The sender identifier.

Link copied to clipboard

Email of the user expected to pay.