Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 528 Bytes

File metadata and controls

21 lines (14 loc) · 528 Bytes

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

require 'OpenapiClient'

instance = OpenapiClient::VerificationCvv.new(code: 7,
                                 status: approved,
                                 scheme: 9)