Sha256: 878bc9b6a12f1f7c9f26f1677924a9aba191020019ae2e98c4f87f049c78eb2b
Contents?: true
Size: 542 Bytes
Versions: 2
Compression:
Stored size: 542 Bytes
Contents
# OpenapiClient::PaymentVerification3ds ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **code** | **String** | 3DS response code. | **status** | **String** | Interpretation of the response code. | [optional] **scheme** | **String** | Identifier of the scheme. | ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::PaymentVerification3ds.new(code: 4, status: approved, scheme: 6) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.4.0 | docs/PaymentVerification3ds.md |
first_data_gateway-1.3.0 | docs/PaymentVerification3ds.md |