WalletTransferResult constructor
const
WalletTransferResult({
- required String sourceWalletId,
- required String destinationWalletId,
- required WalletPaymentProtocol protocol,
- required String payment,
- ReceiveResponse? receiveResponse,
- PayResponse? payResponse,
- PayInvoiceResponse? payInvoiceResponse,
Implementation
const WalletTransferResult({
required this.sourceWalletId,
required this.destinationWalletId,
required this.protocol,
required this.payment,
this.receiveResponse,
this.payResponse,
this.payInvoiceResponse,
});