Sha256: 9fab07dc411ba260ed55de4e45a21da04871d672a3e70617e328a87373e6930e

Contents?: true

Size: 1.01 KB

Versions: 1

Compression:

Stored size: 1.01 KB

Contents

# OpenapiClient::AdditionalDetails

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**comments** | **String** | Comments for the payment. | [optional] 
**invoice_number** | **String** | Invoice number. | [optional] 
**purchase_order_number** | **String** | Purchase order number. | [optional] 
**operator_id** | **String** | The operator ID. | [optional] 
**sales_system_id** | **String** | The sales system ID. | [optional] 
**ipg_deferred_auth** | **Boolean** | Indicates if the particular transaction is a deferred authorization. | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::AdditionalDetails.new(comments: This is a comment,
                                 invoice_number: 551294633441,
                                 purchase_order_number: 1223456,
                                 operator_id: null,
                                 sales_system_id: null,
                                 ipg_deferred_auth: true)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
first_data_gateway-1.6.0 docs/AdditionalDetails.md