Class PostCounterpartyAliasesInnerBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PostCounterpartyAliasesInnerBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-20T15:43:55.057924Z[Etc/UTC]") public class PostCounterpartyAliasesInnerBankModel extends Object
PostCounterpartyAliasesInnerBankModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FULL
-
Constructor Summary
Constructors Constructor Description PostCounterpartyAliasesInnerBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PostCounterpartyAliasesInnerBankModelfull(String full)StringgetFull()The counterparty's full name.inthashCode()voidsetFull(String full)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_FULL
public static final String JSON_PROPERTY_FULL
- See Also:
- Constant Field Values
-
-
Method Detail
-
full
public PostCounterpartyAliasesInnerBankModel full(String full)
-
getFull
@Nullable public String getFull()
The counterparty's full name. Required when type is business.- Returns:
- full
-
setFull
public void setFull(String full)
-
-