Class PostIdentityVerificationAliasesInnerBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PostIdentityVerificationAliasesInnerBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-05-14T20:28:49.102946Z[Etc/UTC]") public class PostIdentityVerificationAliasesInnerBankModel extends Object
PostIdentityVerificationAliasesInnerBankModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FULL
-
Constructor Summary
Constructors Constructor Description PostIdentityVerificationAliasesInnerBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PostIdentityVerificationAliasesInnerBankModelfull(String full)StringgetFull()The customer's full name.org.openapitools.jackson.nullable.JsonNullable<String>getFull_JsonNullable()inthashCode()voidsetFull(String full)voidsetFull_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> full)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_FULL
public static final String JSON_PROPERTY_FULL
- See Also:
- Constant Field Values
-
-
Method Detail
-
full
public PostIdentityVerificationAliasesInnerBankModel full(String full)
-
getFull
@Nullable public String getFull()
The customer's full name. Required when type is kyc and method is attested_business_registration.- Returns:
- full
-
getFull_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getFull_JsonNullable()
-
setFull_JsonNullable
public void setFull_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> full)
-
setFull
public void setFull(String full)
-
-