Class TransferDestinationAccountBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.TransferDestinationAccountBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-11T21:16:51.036387Z[Etc/UTC]") public class TransferDestinationAccountBankModel extends Object
The destination account in the 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 TransferDestinationAccountBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransferDestinationAccountBankModelbankGuid(String bankGuid)TransferDestinationAccountBankModelcustomerGuid(String customerGuid)booleanequals(Object o)StringgetBankGuid()The account's identifier.StringgetCustomerGuid()The account's identifier.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, or gas.TransferDestinationAccountBankModelguid(String guid)inthashCode()voidsetBankGuid(String bankGuid)voidsetCustomerGuid(String customerGuid)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
-
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 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, one_time_address, reserve, invoice_operations, fee, or gas.- Returns:
- type
-
setType
public void setType(String type)
-
bankGuid
public TransferDestinationAccountBankModel bankGuid(String bankGuid)
-
setBankGuid
public void setBankGuid(String bankGuid)
-
customerGuid
public TransferDestinationAccountBankModel customerGuid(String customerGuid)
-
getCustomerGuid
@Nullable public String getCustomerGuid()
The account's identifier.- Returns:
- customerGuid
-
setCustomerGuid
public void setCustomerGuid(String customerGuid)
-
-