Sha256: 8ddbb904f4010a90a820bbf61b3271bd1d38c5772f40e0142168564758f18c54
Contents?: true
Size: 542 Bytes
Versions: 2
Compression:
Stored size: 542 Bytes
Contents
# OpenapiClient::PaymentVerificationCvv ## 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::PaymentVerificationCvv.new(code: 7, status: approved, scheme: 9) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.4.0 | docs/PaymentVerificationCvv.md |
first_data_gateway-1.3.0 | docs/PaymentVerificationCvv.md |