# PostQuoteBankModel ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **productType** | **String** | The type of product the quote is for. | [optional] [default to .trading] **bankGuid** | **String** | The unique identifier for the bank. | [optional] **customerGuid** | **String** | The unique identifier for the customer. | [optional] **asset** | **String** | The asset code the quote was requested for. Populated for funding, book transfer and crypto transfer quotes. | [optional] **networkAddress** | **String** | The network address to pay the invoice to. Populated for lightning_transfer quotes. | [optional] **symbol** | **String** | Symbol the quote is being requested for. Format is \"asset-counter_asset\" in uppercase. See the Symbols API for a complete list of cryptocurrencies supported. Populated for trade quotes. | [optional] **side** | **String** | The direction for trade quotes: either 'buy' or 'sell'. The direction for funding quotes: either 'deposit' or 'withdrawal'. The direction for crypto transfer quotes: 'withdrawal'. Book transfers do not require a side. They are all 'deposit's. | [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] **fees** | [PostFeeBankModel] | The custom fees associated with the quote | [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)