Class PostCustomerAliasesInnerBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PostCustomerAliasesInnerBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-06-05T14:22:25.929837Z[Etc/UTC]") public class PostCustomerAliasesInnerBankModel extends Object
PostCustomerAliasesInnerBankModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FULL
-
Constructor Summary
Constructors Constructor Description PostCustomerAliasesInnerBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PostCustomerAliasesInnerBankModelfull(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 PostCustomerAliasesInnerBankModel full(String full)
-
getFull
@Nullable public String getFull()
The customer's full name. Required when type is business.- 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)
-
-