SyncteraRubySdk::ExternalCardVerifications
Properties
| Name |
Type |
Description |
Notes |
| address_verification_result |
String |
Address verification results Status |
Description --- |
| cvv2_result |
String |
Card Verification Value results Status |
Description --- |
| pull_enabled |
Boolean |
Indicates if the card is able to perform PULL transfers. |
|
| push_enabled |
Boolean |
Indicates if the card is able to perform PUSH transfers. |
|
| state |
String |
|
|
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::ExternalCardVerifications.new(
address_verification_result: null,
cvv2_result: null,
pull_enabled: null,
push_enabled: null,
state: null
)