Uses of Class
co.dapi.types.ValidatorProps
| Package | Description |
|---|---|
| co.dapi.types |
-
Uses of ValidatorProps in co.dapi.types
Methods in co.dapi.types that return ValidatorProps Modifier and Type Method Description ValidatorPropsCreateBeneficiaryValidatorProps. getAddress()ValidatorPropsCreateBeneficiaryValidatorProps. getBranchAddress()ValidatorPropsCreateBeneficiaryValidatorProps. getBranchName()ValidatorPropsCreateBeneficiaryValidatorProps. getCountry()ValidatorPropsCreateBeneficiaryValidatorProps. getName()ValidatorPropsCreateBeneficiaryValidatorProps. getNickname()ValidatorPropsCreateBeneficiaryValidatorProps. getPhoneNumber()ValidatorPropsCreateTransferValidatorProps. getRemarks()ValidatorPropsCreateBeneficiaryValidatorProps. getSortCode()ValidatorPropsCreateBeneficiaryValidatorProps. getSwiftCode()Methods in co.dapi.types that return types with arguments of type ValidatorProps Modifier and Type Method Description java.util.Optional<ValidatorProps>CreateBeneficiaryValidatorProps. getAccountNumber()java.util.Optional<ValidatorProps>CreateBeneficiaryValidatorProps. getIban()Constructors in co.dapi.types with parameters of type ValidatorProps 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)CreateTransferValidatorProps(ValidatorProps remarks)