TransactionData constructor
TransactionData({
- String? billingData,
- double? amount,
- List<
String> ? externalActionMessage, - String? amountCurrency,
- String? id,
- String? methodName,
- String? method,
- String? createdDate,
- String? status,
- String? customFields,
- String? providerTransactionFields,
- String? customFormAnswers,
- List<
TransactionOperationData> ? operations, - String? responseCode,
- String? responseMessage,
- String? localizedResponseMessage,
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,
this.operations,
this.responseCode,
this.responseMessage,
this.localizedResponseMessage,
});