docs/RecurringPaymentDetailsResponse.md in first_data_gateway-1.10.0 vs docs/RecurringPaymentDetailsResponse.md in first_data_gateway-1.11.0

- old
+ new

@@ -5,10 +5,10 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **client_request_id** | **String** | Echoes back the value in the request header for tracking. | [optional] **api_trace_id** | **String** | Request identifier in API, can be used to request logs from the support team. | [optional] **response_type** | [**ResponseType**](ResponseType.md) | | [optional] -**order_id** | **String** | Client order ID if supplied by client, otherwise the order ID. | [optional] +**order_id** | **String** | Note - Client Order ID if supplied by client. If not supplied by client, IPG will generate. The first 12 alphanumeric digits are passed down to Fiserv Enterprise reporting tool, Clientline and Data File Manager (DFM). | [optional] **billing** | [**Billing**](Billing.md) | | [optional] **shipping** | [**Shipping**](Shipping.md) | | [optional] **transactions** | [**Array<TransactionResponse>**](TransactionResponse.md) | Required for some payment methods (for example, Klarna). | [optional] **additional_details** | [**AdditionalDetails**](AdditionalDetails.md) | | [optional] **recurring_payment_details** | [**RecurringPaymentDetails**](RecurringPaymentDetails.md) | | [optional]