docs/PaymentCardSaleTransaction.md in first_data_gateway-1.7.1 vs docs/PaymentCardSaleTransaction.md in first_data_gateway-1.8.0

- old
+ new

@@ -2,11 +2,10 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**request_type** | **String** | | [optional] **payment_method** | [**PaymentCardPaymentMethod**](PaymentCardPaymentMethod.md) | | **stored_credentials** | [**StoredCredential**](StoredCredential.md) | | [optional] **settlement_split** | [**Array<SubMerchantSplit>**](SubMerchantSplit.md) | Settle with multiple sub-merchants, sale and preAuth only. | [optional] **create_token** | [**CreatePaymentToken**](CreatePaymentToken.md) | | [optional] **currency_conversion** | [**CurrencyConversion**](CurrencyConversion.md) | | [optional] @@ -16,11 +15,10 @@ ## Code Sample ```ruby require 'OpenapiClient' -instance = OpenapiClient::PaymentCardSaleTransaction.new(request_type: null, - payment_method: null, +instance = OpenapiClient::PaymentCardSaleTransaction.new(payment_method: null, stored_credentials: null, settlement_split: [{"merchantID":"100000001","amount":25.06},{"merchantID":"100000002","amount":15.07}], create_token: null, currency_conversion: null, authentication_request: null,