Class PostBankBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PostBankBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-11T15:18:08.051368Z[Etc/UTC]") public class PostBankBankModel extends Object
PostBankBankModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPostBankBankModel.FeaturesEnumGets or Sets featuresstatic classPostBankBankModel.TypeEnumThe bank's type.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FEATURESstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description PostBankBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PostBankBankModeladdFeaturesItem(PostBankBankModel.FeaturesEnum featuresItem)booleanequals(Object o)PostBankBankModelfeatures(List<PostBankBankModel.FeaturesEnum> features)List<PostBankBankModel.FeaturesEnum>getFeatures()The bank's enabled features.StringgetName()The bank's name.PostBankBankModel.TypeEnumgetType()The bank's type.inthashCode()PostBankBankModelname(String name)voidsetFeatures(List<PostBankBankModel.FeaturesEnum> features)voidsetName(String name)voidsetType(PostBankBankModel.TypeEnum type)StringtoString()PostBankBankModeltype(PostBankBankModel.TypeEnum type)
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FEATURES
public static final String JSON_PROPERTY_FEATURES
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public PostBankBankModel name(String name)
-
setName
public void setName(String name)
-
type
public PostBankBankModel type(PostBankBankModel.TypeEnum type)
-
getType
@Nonnull public PostBankBankModel.TypeEnum getType()
The bank's type. At present, only **sandbox** is supported.- Returns:
- type
-
setType
public void setType(PostBankBankModel.TypeEnum type)
-
features
public PostBankBankModel features(List<PostBankBankModel.FeaturesEnum> features)
-
addFeaturesItem
public PostBankBankModel addFeaturesItem(PostBankBankModel.FeaturesEnum featuresItem)
-
getFeatures
@Nonnull public List<PostBankBankModel.FeaturesEnum> getFeatures()
The bank's enabled features. At present, both **attestation_identity_records** and **backstopped_funding_source** must be set.- Returns:
- features
-
setFeatures
public void setFeatures(List<PostBankBankModel.FeaturesEnum> features)
-
-