CreateBeneficiary constructor

CreateBeneficiary({
  1. required String name,
  2. required String bankAccountHolderName,
  3. required String bankCountry,
  4. required String currency,
  5. String? email,
  6. String? beneficiaryAddress,
  7. String? beneficiaryCountry,
  8. String? accountNumber,
  9. RoutingCodeType? routingCodeType1,
  10. String? routingCodeValue1,
  11. RoutingCodeType? routingCodeType2,
  12. String? routingCodeValue2,
  13. String? bicSwift,
  14. String? iban,
  15. bool? defaultBeneficiary,
  16. String? bankAddress,
  17. String? bankName,
  18. BankAccountType? bankAccountType,
  19. EntityType? beneficiaryEntityType,
  20. String? beneficiaryCompanyName,
  21. String? beneficiaryFirstName,
  22. String? beneficiaryLastName,
  23. String? beneficiaryCity,
  24. String? beneficiaryPostcode,
  25. String? beneficiaryStateOrProvince,
  26. String? beneficiaryDateOfBirth,
  27. EntityType? beneficiaryIdentificationType,
  28. String? beneficiaryIdentificationValue,
  29. List<PaymentType?>? paymentTypes,
  30. String? onBehalfOf,
})

Implementation

CreateBeneficiary({
  required this.name,
  required this.bankAccountHolderName,
  required this.bankCountry,
  required this.currency,
  this.email,
  this.beneficiaryAddress,
  this.beneficiaryCountry,
  this.accountNumber,
  this.routingCodeType1,
  this.routingCodeValue1,
  this.routingCodeType2,
  this.routingCodeValue2,
  this.bicSwift,
  this.iban,
  this.defaultBeneficiary,
  this.bankAddress,
  this.bankName,
  this.bankAccountType,
  this.beneficiaryEntityType,
  this.beneficiaryCompanyName,
  this.beneficiaryFirstName,
  this.beneficiaryLastName,
  this.beneficiaryCity,
  this.beneficiaryPostcode,
  this.beneficiaryStateOrProvince,
  this.beneficiaryDateOfBirth,
  this.beneficiaryIdentificationType,
  this.beneficiaryIdentificationValue,
  this.paymentTypes,
  this.onBehalfOf,
});