Class PostFeeConfigurationBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PostFeeConfigurationBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-02-13T21:44:57.053201Z[Etc/UTC]") public class PostFeeConfigurationBankModel extends Object
PostFeeConfigurationBankModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPostFeeConfigurationBankModel.ProductTypeEnumThe type of product being configured.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ASSETstatic StringJSON_PROPERTY_FEESstatic StringJSON_PROPERTY_PRODUCT_TYPE
-
Constructor Summary
Constructors Constructor Description PostFeeConfigurationBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PostFeeConfigurationBankModeladdFeesItem(PostFeeBankModel feesItem)PostFeeConfigurationBankModelasset(String asset)booleanequals(Object o)PostFeeConfigurationBankModelfees(List<PostFeeBankModel> fees)StringgetAsset()The asset code.List<PostFeeBankModel>getFees()The fees associated with the configurationPostFeeConfigurationBankModel.ProductTypeEnumgetProductType()The type of product being configured.inthashCode()PostFeeConfigurationBankModelproductType(PostFeeConfigurationBankModel.ProductTypeEnum productType)voidsetAsset(String asset)voidsetFees(List<PostFeeBankModel> fees)voidsetProductType(PostFeeConfigurationBankModel.ProductTypeEnum productType)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_PRODUCT_TYPE
public static final String JSON_PROPERTY_PRODUCT_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ASSET
public static final String JSON_PROPERTY_ASSET
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FEES
public static final String JSON_PROPERTY_FEES
- See Also:
- Constant Field Values
-
-
Method Detail
-
productType
public PostFeeConfigurationBankModel productType(PostFeeConfigurationBankModel.ProductTypeEnum productType)
-
getProductType
@Nonnull public PostFeeConfigurationBankModel.ProductTypeEnum getProductType()
The type of product being configured.- Returns:
- productType
-
setProductType
public void setProductType(PostFeeConfigurationBankModel.ProductTypeEnum productType)
-
asset
public PostFeeConfigurationBankModel asset(String asset)
-
setAsset
public void setAsset(String asset)
-
fees
public PostFeeConfigurationBankModel fees(List<PostFeeBankModel> fees)
-
addFeesItem
public PostFeeConfigurationBankModel addFeesItem(PostFeeBankModel feesItem)
-
getFees
@Nonnull public List<PostFeeBankModel> getFees()
The fees associated with the configuration- Returns:
- fees
-
setFees
public void setFees(List<PostFeeBankModel> fees)
-
-