Class PatchExternalBankAccountBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PatchExternalBankAccountBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-03-18T23:34:58.837008Z[Etc/UTC]") public class PatchExternalBankAccountBankModel extends Object
Request body for external bank account modification.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPatchExternalBankAccountBankModel.StateEnumThe state of the external bank account.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_STATE
-
Constructor Summary
Constructors Constructor Description PatchExternalBankAccountBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PatchExternalBankAccountBankModel.StateEnumgetState()The state of the external bank account.inthashCode()voidsetState(PatchExternalBankAccountBankModel.StateEnum state)PatchExternalBankAccountBankModelstate(PatchExternalBankAccountBankModel.StateEnum state)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_STATE
public static final String JSON_PROPERTY_STATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
state
public PatchExternalBankAccountBankModel state(PatchExternalBankAccountBankModel.StateEnum state)
-
getState
@Nonnull public PatchExternalBankAccountBankModel.StateEnum getState()
The state of the external bank account. If set to \"completed,\" the returned state of the external bank account will be either \"completed\", if the bank account has been verified, or \"unverified\" if the bank account has not been verified.- Returns:
- state
-
setState
public void setState(PatchExternalBankAccountBankModel.StateEnum state)
-
-