docs/FraudOrder.md in first_data_gateway-1.4.0 vs docs/FraudOrder.md in first_data_gateway-1.5.0

- old
+ new

@@ -2,10 +2,10 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**ship_to_address** | [**FraudOrderShipToAddress**](FraudOrderShipToAddress.md) | | [optional] +**ship_to_address** | [**ShipToAddress**](ShipToAddress.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