Class TransferSourceAccountBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.TransferSourceAccountBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-11T14:45:26.164636Z[Etc/UTC]") public class TransferSourceAccountBankModel extends Object
The source account in the transfer. Can be omitted for crypto deposits.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTransferSourceAccountBankModel.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 TransferSourceAccountBankModel()
-
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.TransferSourceAccountBankModel.TypeEnumgetType()The type of transfer account.TransferSourceAccountBankModelguid(String guid)inthashCode()voidsetGuid(String guid)voidsetType(TransferSourceAccountBankModel.TypeEnum type)StringtoString()TransferSourceAccountBankModeltype(TransferSourceAccountBankModel.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 TransferSourceAccountBankModel 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 TransferSourceAccountBankModel type(TransferSourceAccountBankModel.TypeEnum type)
-
getType
@Nullable public TransferSourceAccountBankModel.TypeEnum getType()
The type of transfer account.- Returns:
- type
-
setType
public void setType(TransferSourceAccountBankModel.TypeEnum type)
-
-