Sha256: ba07b4f01aaf04b263268af8977ed317a7a2ff52754d0b0011471132b96e15a5

Contents?: true

Size: 1.46 KB

Versions: 12

Compression:

Stored size: 1.46 KB

Contents

# OpenapiClient::ClientRegistration

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**merchant_ref** | **String** | Merchant reference code. Used by FirstAPI and reflected in settlement records and webhook notifications. Typically, the merchantRef field is the purchase order number or unique sequence value associated to a given transaction. | [optional] 
**transaction_type** | **String** | Type of transaction merchant wants to process. | 
**customer** | [**Customer**](Customer.md) |  | 
**merchant** | [**Merchant**](Merchant.md) |  | 
**device** | [**FraudRegistrationDevice**](FraudRegistrationDevice.md) |  | [optional] 
**user_defined** | [**Object**](.md) | A JSON object that can carry any additional information that might be helpful for fraud detection. | [optional] 
**original_transaction_type** | **String** | Defines the type of the original transaction that is being evaluated for the Fraud Score. | 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::ClientRegistration.new(merchant_ref: ffd031516002,
                                 transaction_type: registration,
                                 customer: null,
                                 merchant: null,
                                 device: null,
                                 user_defined: {"inauthTransId":"1234"},
                                 original_transaction_type: registration/client)
```


Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
first_data_gateway-1.14.0 docs/ClientRegistration.md
first_data_gateway-1.13.0 docs/ClientRegistration.md
first_data_gateway-1.12.0 docs/ClientRegistration.md
first_data_gateway-1.11.0 docs/ClientRegistration.md
first_data_gateway-1.10.0 docs/ClientRegistration.md
first_data_gateway-1.9.0 docs/ClientRegistration.md
first_data_gateway-1.8.1 docs/ClientRegistration.md
first_data_gateway-1.8.0 docs/ClientRegistration.md
first_data_gateway-1.7.1 docs/ClientRegistration.md
first_data_gateway-1.7.0 docs/ClientRegistration.md
first_data_gateway-1.6.0 docs/ClientRegistration.md
first_data_gateway-1.5.0 docs/ClientRegistration.md