Transactions constructor
Transactions({ - String? id,
- String? subscriberId,
- String? bookingId,
- String? amount,
- String? vat,
- String? vatAmount,
- String? fee,
- String? feeAmount,
- String? totalAmount,
- String? amountToPay,
- String? currency,
- String? currenyToPay,
- String? type,
- String? purpose,
- String? status,
- String? paymentAddress,
- String? transactionId,
- String? transactionHash,
- String? meta,
- String? provider,
- String? paymentDate,
- String? additionalData,
- String? receiptUrl,
- String? reference,
- String? createdAt,
- String? updatedAt,
- BookingHistory? booking,
})
Implementation
Transactions({
this.id,
this.subscriberId,
this.bookingId,
this.amount,
this.vat,
this.vatAmount,
this.fee,
this.feeAmount,
this.totalAmount,
this.amountToPay,
this.currency,
this.currenyToPay,
this.type,
this.purpose,
this.status,
this.paymentAddress,
this.transactionId,
this.transactionHash,
this.meta,
this.provider,
this.paymentDate,
this.additionalData,
this.receiptUrl,
this.comment,
this.reference,
this.createdAt,
this.updatedAt,
this.booking,
});