Sha256: 39d8cec1f797f565b242682529379ed48fac404a3a5f0360e9911af7f1ea74e5
Contents?: true
Size: 1.11 KB
Versions: 1
Compression:
Stored size: 1.11 KB
Contents
# OpenapiClient::FraudOrderItems ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | A unique ID associated with the product. Must be unique within the merchant's system. | [optional] **name** | **String** | A name or short description of the product. | [optional] **quantity** | **String** | The unit in which the product is sold (e.g. litre, kilogram, etc). Leave empty if the product is sold as a complete unit. | [optional] **unit** | **Float** | The number of units sold. Set to 1 if there is only one unit of the item. Leave empty if the quantity is unknown at the time of the request. | [optional] **unit_price** | **String** | The price per unit. | [optional] **categories** | **String** | The categories that this product belongs to. | [optional] **details_url** | **String** | The URL to the merchant's management system, for reporting and analysis. | [optional] **user_defined** | [**Object**](.md) | A JSON object that can carry any additional information about the order that might be helpful for fraud detection. | [optional]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.2.0 | docs/FraudOrderItems.md |