PaymentInitiationRecipientCreateRequest constructor
      
      PaymentInitiationRecipientCreateRequest({ 
    
    
- String? clientId,
 - String? secret,
 - required String name,
 - String? iban,
 - RecipientBACSNullable? bacs,
 - PaymentInitiationAddress? address,
 
Implementation
PaymentInitiationRecipientCreateRequest({
  this.clientId,
  this.secret,
  required this.name,
  this.iban,
  this.bacs,
  this.address,
});