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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<ValidatorProps>getAccountNumber()ValidatorPropsgetAddress()ValidatorPropsgetBranchAddress()ValidatorPropsgetBranchName()ValidatorPropsgetCountry()java.util.Optional<ValidatorProps>getIban()ValidatorPropsgetName()ValidatorPropsgetNickname()ValidatorPropsgetPhoneNumber()ValidatorPropsgetSortCode()ValidatorPropsgetSwiftCode()
-
-
-
Constructor Detail
-
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 Detail
-
getName
public ValidatorProps getName()
-
getNickname
public ValidatorProps getNickname()
-
getSwiftCode
public ValidatorProps getSwiftCode()
-
getIban
public java.util.Optional<ValidatorProps> getIban()
-
getAccountNumber
public java.util.Optional<ValidatorProps> getAccountNumber()
-
getAddress
public ValidatorProps getAddress()
-
getBranchAddress
public ValidatorProps getBranchAddress()
-
getBranchName
public ValidatorProps getBranchName()
-
getCountry
public ValidatorProps getCountry()
-
getPhoneNumber
public ValidatorProps getPhoneNumber()
-
getSortCode
public ValidatorProps getSortCode()
-
-