# KnetikCloud.QuickBuyRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**address1** | **String** | Line one of the customer&#39;s shipping address | [optional] 
**address2** | **String** | Line two of the customer&#39;s shipping address | [optional] 
**billing_address1** | **String** | Line one of the customer&#39;s billing address | [optional] 
**billing_address2** | **String** | Line two of the customer&#39;s billing address | [optional] 
**billing_city_name** | **String** | The city for the customer&#39;s billing address | [optional] 
**billing_country_name** | **String** | The country for the customer&#39;s billing address | [optional] 
**billing_full_name** | **String** | The customer&#39;s name for the billing address | [optional] 
**billing_postal_code** | **String** | The postal code for the customer&#39;s billing address | [optional] 
**billing_state_name** | **String** | The state for the customer&#39;s billing address | [optional] 
**city_name** | **String** | The city for the customer&#39;s shipping address | [optional] 
**country_name** | **String** | The country for the customer&#39;s shipping address | [optional] 
**email** | **String** | The customer&#39;s email address | [optional] 
**name_prefix** | **String** | The customer&#39;s name prefix | [optional] 
**postal_code** | **String** | The postal code for the customer&#39;s shipping address | [optional] 
**sku** | **String** | SKU of item being purchased | 
**state_name** | **String** | The state for the customer&#39;s shipping address | [optional] 
**user_id** | **Number** | ID of the user making the purchase. If null, currently logged in user will be used. | [optional] 


