Class TransferDestinationAccountBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.TransferDestinationAccountBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-01-05T16:42:38.666229Z[Etc/UTC]") public class TransferDestinationAccountBankModel extends Object
The destination account in the transfer.
-
-
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.StringgetType()The type of transfer account; one of trading, fiat, external_bank_account, external_wallet, or one_time_address.TransferDestinationAccountBankModelguid(String guid)inthashCode()voidsetGuid(String guid)voidsetType(String type)StringtoString()TransferDestinationAccountBankModeltype(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 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(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)
-
-