Sha256: 01b7030155e360713509714f05c0e580f2225c2f95ebdf550adf8149aafedfab

Contents?: true

Size: 954 Bytes

Versions: 2

Compression:

Stored size: 954 Bytes

Contents

# PCPServerSDK::MobilePaymentMethodSpecificOutput

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **payment_product_id** | **Integer** | Payment product identifier - please check product documentation for a full overview of possible values. | [optional] |
| **authorisation_code** | **String** | Card Authorization code as returned by the acquirer | [optional] |
| **fraud_results** | [**CardFraudResults**](CardFraudResults.md) |  | [optional] |
| **three_d_secure_results** | [**ThreeDSecureResults**](ThreeDSecureResults.md) |  | [optional] |
| **network** | **String** | The card network that was used for a mobile payment method operation | [optional] |

## Example

```ruby
require 'PCP-server-Ruby-SDK'

instance = PCPServerSDK::MobilePaymentMethodSpecificOutput.new(
  payment_product_id: 302,
  authorisation_code: null,
  fraud_results: null,
  three_d_secure_results: null,
  network: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pcp-server-ruby-sdk-0.0.6 docs/MobilePaymentMethodSpecificOutput.md
pcp-server-ruby-sdk-0.1.0 docs/MobilePaymentMethodSpecificOutput.md