Class PostUltimateBeneficialOwnerBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PostUltimateBeneficialOwnerBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-05-09T21:20:46.078526Z[Etc/UTC]") public class PostUltimateBeneficialOwnerBankModel extends Object
Identification number details.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CUSTOMER_GUIDstatic StringJSON_PROPERTY_OWNERSHIP_PERCENTAGE
-
Constructor Summary
Constructors Constructor Description PostUltimateBeneficialOwnerBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PostUltimateBeneficialOwnerBankModelcustomerGuid(String customerGuid)booleanequals(Object o)StringgetCustomerGuid()The customer identifier.BigDecimalgetOwnershipPercentage()The ownership percentage.inthashCode()PostUltimateBeneficialOwnerBankModelownershipPercentage(BigDecimal ownershipPercentage)voidsetCustomerGuid(String customerGuid)voidsetOwnershipPercentage(BigDecimal ownershipPercentage)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CUSTOMER_GUID
public static final String JSON_PROPERTY_CUSTOMER_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_OWNERSHIP_PERCENTAGE
public static final String JSON_PROPERTY_OWNERSHIP_PERCENTAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
customerGuid
public PostUltimateBeneficialOwnerBankModel customerGuid(String customerGuid)
-
getCustomerGuid
@Nonnull public String getCustomerGuid()
The customer identifier.- Returns:
- customerGuid
-
setCustomerGuid
public void setCustomerGuid(String customerGuid)
-
ownershipPercentage
public PostUltimateBeneficialOwnerBankModel ownershipPercentage(BigDecimal ownershipPercentage)
-
getOwnershipPercentage
@Nonnull public BigDecimal getOwnershipPercentage()
The ownership percentage.- Returns:
- ownershipPercentage
-
setOwnershipPercentage
public void setOwnershipPercentage(BigDecimal ownershipPercentage)
-
-