PaymentInitiationRecipientCreateRequest constructor

PaymentInitiationRecipientCreateRequest({
  1. String? clientId,
  2. String? secret,
  3. required String name,
  4. String? iban,
  5. RecipientBACSNullable? bacs,
  6. PaymentInitiationAddress? address,
})

Implementation

PaymentInitiationRecipientCreateRequest({
  this.clientId,
  this.secret,
  required this.name,
  this.iban,
  this.bacs,
  this.address,
});