Sha256: 852261983395765cf65ca07c81fcc3a22addf9e329caf1348b032a37f6fbe635

Contents?: true

Size: 1.05 KB

Versions: 2

Compression:

Stored size: 1.05 KB

Contents

# OpenapiClient::PaymentIssuerResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**code** | **String** | The verification response code, as sent by the verification system. | 
**status** | **String** | The interpretation of the response code. Valid values are \"approved\" - The verification was conducted and is approved. \"declined\" - The verification was conducted and is not approved. \"disabled\" - The verification was not conducted because it was not requested or disabled in the verification. \"unknown\" - The verification was attempted but it failed due to some system error (e.g. timeout). | [optional] 
**scheme** | **String** | An identifier of the system/specification from which the code was received, and how the status was derived. | 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::PaymentIssuerResponse.new(code: 100,
                                 status: approved,
                                 scheme: visa)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
first_data_gateway-1.4.0 docs/PaymentIssuerResponse.md
first_data_gateway-1.3.0 docs/PaymentIssuerResponse.md