CreateBeneficiaryLocalValidation constructor

CreateBeneficiaryLocalValidation({
  1. AddressValidation? address,
  2. Validation? branchAddress,
  3. Validation? branchName,
  4. Validation? country,
  5. NameValidation? name,
  6. Validation? nickname,
  7. Validation? phoneNumber,
  8. Validation? sortCode,
  9. Validation? swiftCode,
})

Implementation

CreateBeneficiaryLocalValidation({
  this.address,
  this.branchAddress,
  this.branchName,
  this.country,
  this.name,
  this.nickname,
  this.phoneNumber,
  this.sortCode,
  this.swiftCode,
});