# CyberSource.IccLineItem

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**productSku** | **String** | Unique identifier for the product. | [optional] 
**productName** | **String** | Name of the product. | [optional] 
**quantity** | **String** | (Conditional) Quantity of the product. | [optional] 
**unitPrice** | **String** | The price of a single unit. | [optional] 
**unitPriceCurrency** | **String** | ISO 4217 currency code. Currency in which the unit price is expressed. | [optional] 
**amountDetail** | [**IccAmountDetail**](IccAmountDetail.md) |  | [optional] 
**productUrl** | **String** | URL of the product. | [optional] 
**policies** | [**IccLineItemPolicies**](IccLineItemPolicies.md) |  | [optional] 
**additionalInfo** | [**[IccLineItemAdditionalInfo]**](IccLineItemAdditionalInfo.md) |  | [optional] 


