# QuoteBankModel

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**guid** | **String** | Auto-generated unique identifier for the quote. | [optional] 
**productType** | **String** | The type of product the quote is for; one of trading, trading_exit, funding, crypto_transfer, inter_account, or lightning_transfer. | [optional] 
**bankGuid** | **String** | The unique identifier for the bank. | [optional] 
**customerGuid** | **String** | The unique identifier for the customer. | [optional] 
**symbol** | **String** | Symbol the quote was requested for. Format is \"asset-counter_asset\" in uppercase. Populated for trade quotes. | [optional] 
**side** | **String** | The direction of the quote; one of buy, sell, deposit, or withdrawal. | [optional] 
**receiveAmount** | **Int** | The amount to be received in base units of the currency: currency is \"asset\" for buy and \"counter_asset\" for sell for trade quotes. | [optional] 
**deliverAmount** | **Int** | The amount to be delivered in base units of the currency: currency is \"counter_asset\" for buy and \"asset\" for sell for trade quotes. | [optional] 
**fee** | **Int** | The fee associated with the trade. Denominated in \"counter_asset\" base units for trade quotes. | [optional] 
**createdAt** | **Date** | ISO8601 datetime the record was created at. | [optional] 
**updatedAt** | **Date** | ISO8601 datetime the record was last updated at. | [optional] 
**issuedAt** | **Date** | ISO8601 datetime the quote was created at. | [optional] 
**expiresAt** | **Date** | ISO8601 datetime the quote is expiring at. Populated for trading quotes. | [optional] 
**asset** | **String** | The asset code the quote was requested for. Populated for book transfer and funding quotes. | [optional] 
**networkFee** | **Int** | The network fee in base units of network_fee_asset. Only present on `crypto_transfer` quotes. | [optional] 
**networkFeeAsset** | **String** | The asset code of the network fee. | [optional] 
**networkAddress** | **String** | The network address to pay the invoice to. Populated for lightning_transfer quotes. | [optional] 
**entries** | [QuoteEntryBankModel] | The quote entries for a batch transfer quote | [optional] 
**tradeGuid** | **String** | The unique identifier for the trade. | [optional] 
**transferGuid** | **String** | The unique identifier for the transfer. | [optional] 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)