PaymentTransactionStatus constructor
PaymentTransactionStatus({})
Implementation
PaymentTransactionStatus(
{this.id,
this.transactionId,
this.status,
this.note,
this.createdDate,
this.expiryDate,
this.timeOutForExpiry});