Sha256: 172cca4974c2afb365b36c88365e40513cb10d02e1b67e53adfbf15fda3eb801
Contents?: true
Size: 1.39 KB
Versions: 2
Compression:
Stored size: 1.39 KB
Contents
# OpenapiClient::FraudOrder ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **ship_to_address** | [**FraudOrderShipToAddress**](FraudOrderShipToAddress.md) | | [optional] **items** | [**Array<FraudOrderItems>**](FraudOrderItems.md) | The list of items included in the order. | [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] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::FraudOrder.new(ship_to_address: null, items: [{"id":"PRODCODE1","name":"The Art of Computer Programming","quantity":"litre","unit":10.23,"unitPrice":{"value":7300,"currency":"USD"},"categories":"[[\"Books\", \"Computers & Technology\", \"Programming\"], [\"Books\", \"Text Books\", \"Computer Science\"]]","detailsUrl":"https://mystore.domain/product/PRODCODE1","userDefined":{"weight":5021.23,"vat":0.06}}], user_defined: {"delivery":"express","carrier":"ups"}) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.4.0 | docs/FraudOrder.md |
first_data_gateway-1.3.0 | docs/FraudOrder.md |