CreateBeneficiary class
- Annotations
-
- @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
Constructors
-
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}) -
CreateBeneficiary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountNumber → String?
-
final
- bankAccountHolderName → String
-
final
- bankAccountType → BankAccountType?
-
final
- bankAddress → String?
-
final
- bankCountry → String
-
final
- bankName → String?
-
final
- beneficiaryAddress → String?
-
final
- beneficiaryCity → String?
-
final
- beneficiaryCompanyName → String?
-
final
- beneficiaryCountry → String?
-
final
- beneficiaryDateOfBirth → String?
-
final
- beneficiaryEntityType → EntityType?
-
final
- beneficiaryFirstName → String?
-
final
- beneficiaryIdentificationType → EntityType?
-
final
- beneficiaryIdentificationValue → String?
-
final
- beneficiaryLastName → String?
-
final
- beneficiaryPostcode → String?
-
final
- beneficiaryStateOrProvince → String?
-
final
- bicSwift → String?
-
final
- currency → String
-
Currency code (ISO 4217)
final
- defaultBeneficiary → bool?
-
final
- email → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iban → String?
-
final
- name → String
-
final
- onBehalfOf → String?
-
final
-
paymentTypes
→ List<
PaymentType?> ? -
final
- routingCodeType1 → RoutingCodeType?
-
final
- routingCodeType2 → RoutingCodeType?
-
final
- routingCodeValue1 → String?
-
final
- routingCodeValue2 → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited