Class PostIdentityRecordAttestationDetailsBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PostIdentityRecordAttestationDetailsBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-04-18T19:54:49.612530Z[Etc/UTC]") public class PostIdentityRecordAttestationDetailsBankModel extends Object
PostIdentityRecordAttestationDetailsBankModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_TOKEN
-
Constructor Summary
Constructors Constructor Description PostIdentityRecordAttestationDetailsBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetToken()Customer attestation token.inthashCode()voidsetToken(String token)PostIdentityRecordAttestationDetailsBankModeltoken(String token)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_TOKEN
public static final String JSON_PROPERTY_TOKEN
- See Also:
- Constant Field Values
-
-
Method Detail
-
token
public PostIdentityRecordAttestationDetailsBankModel token(String token)
-
setToken
public void setToken(String token)
-
-