Destination(- {String? accountNumber,
- double? amount,
- String? bankCode,
- String? mobileNumber,
- String? narration,
- String? phoneNumber,
- String? referenceNumber,
- String? responseCode,
- String? responseDescription,
- String? transactionCurrency,
- String? transactionID}
)
Implementation
Destination({
this.accountNumber, this.amount, this.bankCode, this.mobileNumber, this.narration, this.phoneNumber,
this.referenceNumber, this.responseCode, this.responseDescription, this.transactionCurrency, this.transactionID
});