Class PostExternalBankAccountCounterpartyNameBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PostExternalBankAccountCounterpartyNameBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-05-09T20:02:13.967347Z[Etc/UTC]") public class PostExternalBankAccountCounterpartyNameBankModel extends Object
The counterparty's name on their checking account.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FIRSTstatic StringJSON_PROPERTY_FULLstatic StringJSON_PROPERTY_LASTstatic StringJSON_PROPERTY_MIDDLE
-
Constructor Summary
Constructors Constructor Description PostExternalBankAccountCounterpartyNameBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PostExternalBankAccountCounterpartyNameBankModelfirst(String first)PostExternalBankAccountCounterpartyNameBankModelfull(String full)StringgetFirst()The customer's first name.StringgetFull()The customers's full name on the account.StringgetLast()The customer's last name.StringgetMiddle()The customer's middle name.inthashCode()PostExternalBankAccountCounterpartyNameBankModellast(String last)PostExternalBankAccountCounterpartyNameBankModelmiddle(String middle)voidsetFirst(String first)voidsetFull(String full)voidsetLast(String last)voidsetMiddle(String middle)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_FIRST
public static final String JSON_PROPERTY_FIRST
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MIDDLE
public static final String JSON_PROPERTY_MIDDLE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LAST
public static final String JSON_PROPERTY_LAST
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FULL
public static final String JSON_PROPERTY_FULL
- See Also:
- Constant Field Values
-
-
Method Detail
-
first
public PostExternalBankAccountCounterpartyNameBankModel first(String first)
-
getFirst
@Nullable public String getFirst()
The customer's first name. Used for individual accounts.- Returns:
- first
-
setFirst
public void setFirst(String first)
-
middle
public PostExternalBankAccountCounterpartyNameBankModel middle(String middle)
-
getMiddle
@Nullable public String getMiddle()
The customer's middle name. Used for individual accounts.- Returns:
- middle
-
setMiddle
public void setMiddle(String middle)
-
last
public PostExternalBankAccountCounterpartyNameBankModel last(String last)
-
getLast
@Nullable public String getLast()
The customer's last name. Used for individual accounts.- Returns:
- last
-
setLast
public void setLast(String last)
-
full
public PostExternalBankAccountCounterpartyNameBankModel full(String full)
-
getFull
@Nullable public String getFull()
The customers's full name on the account. Used for business accounts.- Returns:
- full
-
setFull
public void setFull(String full)
-
-