Class TransferEntryDestinationAccountBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.TransferEntryDestinationAccountBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-04-23T22:53:47.031334Z[Etc/UTC]") public class TransferEntryDestinationAccountBankModel extends Object
The destination account entry in the batch transfer.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_BANK_GUIDstatic StringJSON_PROPERTY_CUSTOMER_GUIDstatic StringJSON_PROPERTY_GUIDstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description TransferEntryDestinationAccountBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransferEntryDestinationAccountBankModelbankGuid(String bankGuid)TransferEntryDestinationAccountBankModelcustomerGuid(String customerGuid)booleanequals(Object o)StringgetBankGuid()The account's identifier.org.openapitools.jackson.nullable.JsonNullable<String>getBankGuid_JsonNullable()StringgetCustomerGuid()The account's identifier.org.openapitools.jackson.nullable.JsonNullable<String>getCustomerGuid_JsonNullable()StringgetGuid()Auto-generated unique identifier for the transfer account.StringgetType()The type of transfer account; one of trading, fiat, external_bank_account, external_wallet, one_time_address, reserve, invoice_operations, fee, gas, or storage.TransferEntryDestinationAccountBankModelguid(String guid)inthashCode()voidsetBankGuid(String bankGuid)voidsetBankGuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> bankGuid)voidsetCustomerGuid(String customerGuid)voidsetCustomerGuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> customerGuid)voidsetGuid(String guid)voidsetType(String type)StringtoString()TransferEntryDestinationAccountBankModeltype(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
-
JSON_PROPERTY_BANK_GUID
public static final String JSON_PROPERTY_BANK_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CUSTOMER_GUID
public static final String JSON_PROPERTY_CUSTOMER_GUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
guid
public TransferEntryDestinationAccountBankModel 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 TransferEntryDestinationAccountBankModel type(String type)
-
getType
@Nullable public String getType()
The type of transfer account; one of trading, fiat, external_bank_account, external_wallet, one_time_address, reserve, invoice_operations, fee, gas, or storage.- Returns:
- type
-
setType
public void setType(String type)
-
bankGuid
public TransferEntryDestinationAccountBankModel bankGuid(String bankGuid)
-
getBankGuid_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getBankGuid_JsonNullable()
-
setBankGuid_JsonNullable
public void setBankGuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> bankGuid)
-
setBankGuid
public void setBankGuid(String bankGuid)
-
customerGuid
public TransferEntryDestinationAccountBankModel customerGuid(String customerGuid)
-
getCustomerGuid
@Nullable public String getCustomerGuid()
The account's identifier.- Returns:
- customerGuid
-
getCustomerGuid_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getCustomerGuid_JsonNullable()
-
setCustomerGuid_JsonNullable
public void setCustomerGuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> customerGuid)
-
setCustomerGuid
public void setCustomerGuid(String customerGuid)
-
-