Class PostIdentityVerificationNameBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PostIdentityVerificationNameBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-10-23T18:14:37.948622Z[Etc/UTC]") public class PostIdentityVerificationNameBankModel extends Object
The customer's name. Required when type is kyc and method is attested, type is bank_account and method is attested, or type is bank_account and method is attested_ownership.
-
-
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 PostIdentityVerificationNameBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PostIdentityVerificationNameBankModelfirst(String first)PostIdentityVerificationNameBankModelfull(String full)StringgetFirst()The customer's first name.StringgetFull()The customer's full name.StringgetLast()The customer's last name.StringgetMiddle()The customer's middle name.inthashCode()PostIdentityVerificationNameBankModellast(String last)PostIdentityVerificationNameBankModelmiddle(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 PostIdentityVerificationNameBankModel first(String first)
-
getFirst
@Nullable public String getFirst()
The customer's first name. Required when type is kyc and method is attested. Optional when type is bank_account and method is attested or type is bank_account and method is attested_ownership.- Returns:
- first
-
setFirst
public void setFirst(String first)
-
middle
public PostIdentityVerificationNameBankModel middle(String middle)
-
getMiddle
@Nullable public String getMiddle()
The customer's middle name. Optional when type is kyc and method is attested, type is bank_account and method is attested, or type is bank_account and method is attested_ownership.- Returns:
- middle
-
setMiddle
public void setMiddle(String middle)
-
last
public PostIdentityVerificationNameBankModel last(String last)
-
getLast
@Nullable public String getLast()
The customer's last name. Required when type is kyc and method is attested. Optional when type is bank_account and method is attested or type is bank_account and method is attested_ownership.- Returns:
- last
-
setLast
public void setLast(String last)
-
full
public PostIdentityVerificationNameBankModel full(String full)
-
getFull
@Nullable public String getFull()
The customer's full name. Required when type is bank_account and method is attested or type is bank_account and method is attested_ownership. Optional when type is kyc and method is attested.- Returns:
- full
-
setFull
public void setFull(String full)
-
-