Sha256: 4bebcfff57afad53693d5f95588361d52dc7940810fe32b3ef8774050966f222
Contents?: true
Size: 1.25 KB
Versions: 12
Compression:
Stored size: 1.25 KB
Contents
# OpenapiClient::FraudRegistration ## 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] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::FraudRegistration.new(merchant_ref: ffd031516002, transaction_type: registration, customer: null, merchant: null, device: null, user_defined: {"inauthTransId":"1234"}) ```
Version data entries
12 entries across 12 versions & 1 rubygems