PaymentStatusModel constructor
PaymentStatusModel({ - String? id,
- String? subscriberId,
- String? bookingId,
- String? amount,
- String? vat,
- String? vatAmount,
- String? fee,
- String? feeAmount,
- String? totalAmount,
- String? amountToPay,
- String? currency,
- String? type,
- String? purpose,
- String? status,
- String? paymentAddress,
- String? transactionId,
- String? transactionHash,
- Meta? meta,
- String? provider,
- DateTime? paymentDate,
- DateTime? createdAt,
- DateTime? updatedAt,
})
Implementation
PaymentStatusModel({
this.id,
this.subscriberId,
this.bookingId,
this.amount,
this.vat,
this.vatAmount,
this.fee,
this.feeAmount,
this.totalAmount,
this.amountToPay,
this.currency,
this.type,
this.purpose,
this.status,
this.paymentAddress,
this.transactionId,
this.transactionHash,
this.meta,
this.provider,
this.paymentDate,
this.createdAt,
this.updatedAt,
});