BoraPushTransaction constructor
BoraPushTransaction({
- int id = 0,
- int status = 0,
- String merchantRequestID = '',
- String checkoutRequestID = '',
- int resultCode = 0,
- String resultDesc = '',
- int responseCode = 0,
- String responseDescription = '',
- String customerMessage = '',
- double amount = 0,
- String mpesaReceiptNumber = '',
- double balance = 0,
- String transactionDate = '',
- String phoneNumber = '',
- String dateAdded = '',
- String dateModified = '',
Implementation
BoraPushTransaction({
this.id = 0,
this.status = 0,
this.merchantRequestID = '',
this.checkoutRequestID = '',
this.resultCode = 0,
this.resultDesc = '',
this.responseCode = 0,
this.responseDescription = '',
this.customerMessage = '',
this.amount = 0,
this.mpesaReceiptNumber = '',
this.balance = 0,
this.transactionDate = '',
this.phoneNumber = '',
this.dateAdded = '',
this.dateModified = '',
});