Class TransferSourceAccountBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.TransferSourceAccountBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-12-15T16:07:23.783623Z[Etc/UTC]") public class TransferSourceAccountBankModel extends Object
The source account in the transfer. Can be omitted for crypto deposits.
-
-
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.StringgetType()The type of transfer account; one of trading, fiat, external_bank_account, external_wallet, or one_time_address.TransferSourceAccountBankModelguid(String guid)inthashCode()voidsetGuid(String guid)voidsetType(String type)StringtoString()TransferSourceAccountBankModeltype(String 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(String type)
-
getType
@Nullable public String getType()
The type of transfer account; one of trading, fiat, external_bank_account, external_wallet, or one_time_address.- Returns:
- type
-
setType
public void setType(String type)
-
-