Class PostCustomerBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PostCustomerBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-02-21T13:05:42.133051Z[Etc/UTC]") public class PostCustomerBankModel extends Object
PostCustomerBankModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPostCustomerBankModel.TypeEnumThe customer's type.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description PostCustomerBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PostCustomerBankModel.TypeEnumgetType()The customer's type.inthashCode()voidsetType(PostCustomerBankModel.TypeEnum type)StringtoString()PostCustomerBankModeltype(PostCustomerBankModel.TypeEnum type)
-
-
-
Field Detail
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public PostCustomerBankModel type(PostCustomerBankModel.TypeEnum type)
-
getType
@Nonnull public PostCustomerBankModel.TypeEnum getType()
The customer's type.- Returns:
- type
-
setType
public void setType(PostCustomerBankModel.TypeEnum type)
-
-