WalletCheckoutRecipient

data class WalletCheckoutRecipient(val customerId: String)

Data class representing the transfer recipient information.

Constructors

Link copied to clipboard
constructor(customerId: String)

Properties

Link copied to clipboard

The recipient identifier.