Sha256: 8957a4677f9dc8995067aa62f465a6a56e433437092c2c044f94b71ca807be44
Contents?: true
Size: 528 Bytes
Versions: 12
Compression:
Stored size: 528 Bytes
Contents
# OpenapiClient::VerificationCvv ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **code** | **String** | CVV response code. | **status** | **String** | Interpretation of the response code. | [optional] **scheme** | **String** | Identifier of the scheme. | ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::VerificationCvv.new(code: 7, status: approved, scheme: 9) ```
Version data entries
12 entries across 12 versions & 1 rubygems