BoraPushTransaction constructor

BoraPushTransaction({
  1. int id = 0,
  2. int status = 0,
  3. String merchantRequestID = '',
  4. String checkoutRequestID = '',
  5. int resultCode = 0,
  6. String resultDesc = '',
  7. int responseCode = 0,
  8. String responseDescription = '',
  9. String customerMessage = '',
  10. double amount = 0,
  11. String mpesaReceiptNumber = '',
  12. double balance = 0,
  13. String transactionDate = '',
  14. String phoneNumber = '',
  15. String dateAdded = '',
  16. 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 = '',
});