TransactionInfo constructor
TransactionInfo({})
Implementation
TransactionInfo({
required this.payerPhoneNumber,
required this.amount,
this.referenceId = '',
required this.invoiceId,
this.currency = 'USD',
this.description = 'Payment went through.',
});