CreateBeneficiary constructor
CreateBeneficiary({
- required String name,
- required String bankAccountHolderName,
- required String bankCountry,
- required String currency,
- String? email,
- String? beneficiaryAddress,
- String? beneficiaryCountry,
- String? accountNumber,
- RoutingCodeType? routingCodeType1,
- String? routingCodeValue1,
- RoutingCodeType? routingCodeType2,
- String? routingCodeValue2,
- String? bicSwift,
- String? iban,
- bool? defaultBeneficiary,
- String? bankAddress,
- String? bankName,
- BankAccountType? bankAccountType,
- EntityType? beneficiaryEntityType,
- String? beneficiaryCompanyName,
- String? beneficiaryFirstName,
- String? beneficiaryLastName,
- String? beneficiaryCity,
- String? beneficiaryPostcode,
- String? beneficiaryStateOrProvince,
- String? beneficiaryDateOfBirth,
- EntityType? beneficiaryIdentificationType,
- String? beneficiaryIdentificationValue,
- List<
PaymentType?> ? paymentTypes, - 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,
});