Payment constructor

Payment(
  1. int amount,
  2. String transactionReference,
  3. String orderId,
  4. String paymentItem,
  5. String currencyCode,
  6. String narration,
)

Implementation

Payment(this.amount, this.transactionReference, this.orderId,
    this.paymentItem, this.currencyCode, this.narration);