TransactionReportModel constructor
TransactionReportModel({
- String? id,
- bool? isCredit,
- String? reference,
- String? paymentMethod,
- String? remark,
- String? description,
- String? productId,
- String? productName,
- String? sku,
- String? payerId,
- String? payerName,
- String? payeeId,
- String? payeeName,
- String? onBehalfOfId,
- String? onBehalfOfName,
- String? additionalData,
- String? transactionDate,
- String? createdAt,
- String? updatedAt,
- String? transactionTypeIdentifier,
- String? tenantId,
- String? createdById,
- String? updatedById,
- String? currency,
- TransactionTypeDetail? transactionTypeDetail,
- CurrencyDetail? currencyDetail,
- String? virtualValue,
- double? amount,
- String? baseTransaction,
- String? partnerLevelTypeIdentifier,
- Metadata? metadata,
Implementation
TransactionReportModel(
{this.id,
this.isCredit,
this.reference,
this.paymentMethod,
this.remark,
this.description,
this.productId,
this.productName,
this.sku,
this.payerId,
this.payerName,
this.payeeId,
this.payeeName,
this.onBehalfOfId,
this.onBehalfOfName,
this.additionalData,
this.transactionDate,
this.createdAt,
this.updatedAt,
this.transactionTypeIdentifier,
this.tenantId,
this.createdById,
this.updatedById,
this.currency,
this.transactionTypeDetail,
this.currencyDetail,
this.virtualValue,
this.amount,
this.baseTransaction,
this.partnerLevelTypeIdentifier,
this.metadata});