Class TransferDestinationAccountBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.TransferDestinationAccountBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-09-29T15:42:29.304936Z[Etc/UTC]") public class TransferDestinationAccountBankModel extends Object
The destination account in the transfer.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTransferDestinationAccountBankModel.TypeEnumThe type of transfer account.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_GUIDstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description TransferDestinationAccountBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetGuid()Auto-generated unique identifier for the transfer account.TransferDestinationAccountBankModel.TypeEnumgetType()The type of transfer account.TransferDestinationAccountBankModelguid(String guid)inthashCode()voidsetGuid(String guid)voidsetType(TransferDestinationAccountBankModel.TypeEnum type)StringtoString()TransferDestinationAccountBankModeltype(TransferDestinationAccountBankModel.TypeEnum type)
-
-
-
Field Detail
-
JSON_PROPERTY_GUID
public static final String JSON_PROPERTY_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
guid
public TransferDestinationAccountBankModel guid(String guid)
-
getGuid
@Nullable public String getGuid()
Auto-generated unique identifier for the transfer account.- Returns:
- guid
-
setGuid
public void setGuid(String guid)
-
type
public TransferDestinationAccountBankModel type(TransferDestinationAccountBankModel.TypeEnum type)
-
getType
@Nullable public TransferDestinationAccountBankModel.TypeEnum getType()
The type of transfer account.- Returns:
- type
-
setType
public void setType(TransferDestinationAccountBankModel.TypeEnum type)
-
-