Sha256: a4d799b675a900c7c158b7246f1441660afb9397ef3dafb03f96823e0081d1f9
Contents?: true
Size: 1.17 KB
Versions: 2
Compression:
Stored size: 1.17 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] **high_risk_purchase_indicator** | **Boolean** | this is highRiskPurchaseIndicator. | [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, high_risk_purchase_indicator: true) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.7.1 | docs/AdditionalDetails.md |
first_data_gateway-1.7.0 | docs/AdditionalDetails.md |