Uses of Class
app.cybrid.cybrid_api_bank.client.model.PostUltimateBeneficialOwnerBankModel
-
Packages that use PostUltimateBeneficialOwnerBankModel Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of PostUltimateBeneficialOwnerBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PostUltimateBeneficialOwnerBankModel Modifier and Type Method Description PostUltimateBeneficialOwnerBankModelPostUltimateBeneficialOwnerBankModel. customerGuid(String customerGuid)PostUltimateBeneficialOwnerBankModelPostUltimateBeneficialOwnerBankModel. ownershipPercentage(BigDecimal ownershipPercentage)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type PostUltimateBeneficialOwnerBankModel Modifier and Type Method Description List<PostUltimateBeneficialOwnerBankModel>PostIdentityVerificationBankModel. getUltimateBeneficialOwners()The ultimate beneficial owners of the business with 10% or more ownership Required when type is kyc and method is attested_business_registration.org.openapitools.jackson.nullable.JsonNullable<List<PostUltimateBeneficialOwnerBankModel>>PostIdentityVerificationBankModel. getUltimateBeneficialOwners_JsonNullable()Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type PostUltimateBeneficialOwnerBankModel Modifier and Type Method Description PostIdentityVerificationBankModelPostIdentityVerificationBankModel. addUltimateBeneficialOwnersItem(PostUltimateBeneficialOwnerBankModel ultimateBeneficialOwnersItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type PostUltimateBeneficialOwnerBankModel Modifier and Type Method Description voidPostIdentityVerificationBankModel. setUltimateBeneficialOwners(List<PostUltimateBeneficialOwnerBankModel> ultimateBeneficialOwners)voidPostIdentityVerificationBankModel. setUltimateBeneficialOwners_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<PostUltimateBeneficialOwnerBankModel>> ultimateBeneficialOwners)PostIdentityVerificationBankModelPostIdentityVerificationBankModel. ultimateBeneficialOwners(List<PostUltimateBeneficialOwnerBankModel> ultimateBeneficialOwners)
-