PaymentInitiationPayment constructor

PaymentInitiationPayment({
  1. String? paymentId,
  2. PaymentAmount? amount,
  3. PaymentInitiationPaymentStatus? status,
  4. String? recipientId,
  5. String? reference,
  6. String? adjustedReference,
  7. DateTime? lastStatusUpdate,
  8. ExternalPaymentScheduleGet? schedule,
  9. ExternalPaymentRefundDetails? refundDetails,
  10. NullableSenderBACS? bacs,
  11. String? iban,
  12. String? emiAccountId,
})

Implementation

PaymentInitiationPayment({
  this.paymentId,
  this.amount,
  this.status,
  this.recipientId,
  this.reference,
  this.adjustedReference,
  this.lastStatusUpdate,
  this.schedule,
  this.refundDetails,
  this.bacs,
  this.iban,
  this.emiAccountId,
});