Package co.dapi.types
Class CreateBeneficiaryValidatorProps
java.lang.Object
co.dapi.types.CreateBeneficiaryValidatorProps
public class CreateBeneficiaryValidatorProps
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description CreateBeneficiaryValidatorProps(ValidatorProps name, ValidatorProps nickname, ValidatorProps swiftCode, ValidatorProps iban, ValidatorProps accountNumber, ValidatorProps address, ValidatorProps branchAddress, ValidatorProps branchName, ValidatorProps country, ValidatorProps phoneNumber, ValidatorProps sortCode) -
Method Summary
Modifier and Type Method Description java.util.Optional<ValidatorProps>getAccountNumber()ValidatorPropsgetAddress()ValidatorPropsgetBranchAddress()ValidatorPropsgetBranchName()ValidatorPropsgetCountry()java.util.Optional<ValidatorProps>getIban()ValidatorPropsgetName()ValidatorPropsgetNickname()ValidatorPropsgetPhoneNumber()ValidatorPropsgetSortCode()ValidatorPropsgetSwiftCode()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CreateBeneficiaryValidatorProps
public CreateBeneficiaryValidatorProps(ValidatorProps name, ValidatorProps nickname, ValidatorProps swiftCode, ValidatorProps iban, ValidatorProps accountNumber, ValidatorProps address, ValidatorProps branchAddress, ValidatorProps branchName, ValidatorProps country, ValidatorProps phoneNumber, ValidatorProps sortCode)
-
-
Method Details
-
getName
-
getNickname
-
getSwiftCode
-
getIban
-
getAccountNumber
-
getAddress
-
getBranchAddress
-
getBranchName
-
getCountry
-
getPhoneNumber
-
getSortCode
-