PaymentInitiationRecipient constructor

PaymentInitiationRecipient({
  1. String? recipientId,
  2. String? name,
  3. PaymentInitiationAddress? address,
  4. String? iban,
  5. NullableRecipientBACS? bacs,
  6. String? emiRecipientId,
})

Implementation

PaymentInitiationRecipient({
  this.recipientId,
  this.name,
  this.address,
  this.iban,
  this.bacs,
  this.emiRecipientId,
});