Sha256: c708b362e4d57c64c1b73d52f5682d4f71d01788b437790742bd1f06ed4fae57

Contents?: true

Size: 820 Bytes

Versions: 2

Compression:

Stored size: 820 Bytes

Contents

# OpenapiClient::PaymentSchedulesResponseAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**request_status** | **String** | Result of requested operation. If it's anything other than 'SUCCESS', please refer to 400s HTTP error codes or decline. See Error object for details. | [optional] 
**order_id** | **String** | Client order ID if supplied by client, otherwise the order ID. | [optional] 
**transaction_response** | [**TransactionResponse**](TransactionResponse.md) |  | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::PaymentSchedulesResponseAllOf.new(request_status: SUCCESS,
                                 order_id: 123456,
                                 transaction_response: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
first_data_gateway-1.7.1 docs/PaymentSchedulesResponseAllOf.md
first_data_gateway-1.7.0 docs/PaymentSchedulesResponseAllOf.md