TransactionData constructor
TransactionData({})
Implementation
TransactionData({
this.billingData,
this.amount,
this.externalActionMessage,
this.amountCurrency,
this.id,
this.methodName,
this.method,
this.createdDate,
this.status,
this.customFields,
this.providerTransactionFields,
this.customFormAnswers,
});