Class ExchangeAccountBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.ExchangeAccountBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-10T10:27:20.431501Z[Etc/UTC]") public class ExchangeAccountBankModel extends Object
ExchangeAccountBankModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExchangeAccountBankModel.TypeEnumThe exchange account type.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ASSET_CODEstatic StringJSON_PROPERTY_CREATED_ATstatic StringJSON_PROPERTY_EXCHANGE_GUIDstatic StringJSON_PROPERTY_GUIDstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description ExchangeAccountBankModel()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_GUID
public static final String JSON_PROPERTY_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_AT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EXCHANGE_GUID
public static final String JSON_PROPERTY_EXCHANGE_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ASSET_CODE
public static final String JSON_PROPERTY_ASSET_CODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public ExchangeAccountBankModel type(ExchangeAccountBankModel.TypeEnum type)
-
getType
@Nullable public ExchangeAccountBankModel.TypeEnum getType()
The exchange account type.- Returns:
- type
-
setType
public void setType(ExchangeAccountBankModel.TypeEnum type)
-
guid
public ExchangeAccountBankModel guid(String guid)
-
getGuid
@Nullable public String getGuid()
Auto-generated unique identifier for exchange account.- Returns:
- guid
-
setGuid
public void setGuid(String guid)
-
createdAt
public ExchangeAccountBankModel createdAt(OffsetDateTime createdAt)
-
getCreatedAt
@Nullable public OffsetDateTime getCreatedAt()
ISO8601 datetime the exchange account was created at.- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(OffsetDateTime createdAt)
-
exchangeGuid
public ExchangeAccountBankModel exchangeGuid(String exchangeGuid)
-
getExchangeGuid
@Nullable public String getExchangeGuid()
The identifier of the exchange that owns this exchange account.- Returns:
- exchangeGuid
-
setExchangeGuid
public void setExchangeGuid(String exchangeGuid)
-
assetCode
public ExchangeAccountBankModel assetCode(String assetCode)
-
getAssetCode
@Nullable public String getAssetCode()
The asset code of the exchange account.- Returns:
- assetCode
-
setAssetCode
public void setAssetCode(String assetCode)
-
-