Sha256: 9ff718599eeddd467b9aa594443b84a3b59f7afe5b951641303e3409584e45ee
Contents?: true
Size: 967 Bytes
Versions: 3
Compression:
Stored size: 967 Bytes
Contents
# VgsapiClient::InlineResponse200 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | [**Hash<String, RevealedData>**](RevealedData.md) | | [optional] | ## Example ```ruby require 'vgs_api_client' instance = VgsapiClient::InlineResponse200.new( data: {"tok_sandbox_5UpnbMvaihRuRwz5QXwBFw":{"aliases":[{"format":"UUID","value":"tok_sandbox_5UpnbMvaihRuRwz5QXwBFw"}],"classifiers":["bank-account"],"created_at":"2019-08-10T11:45:30Z","value":"476673481"},"tok_sandbox_9ToiJHedw1nE1Jfx1qYYgz":{"aliases":[{"format":"UUID","value":"tok_sandbox_9ToiJHedw1nE1Jfx1qYYgz"}],"classifiers":["bank-account"],"created_at":"2019-08-10T11:45:30Z","value":"750360025"}} ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vgs_api_client-0.0.21 | docs/InlineResponse200.md |
vgs_api_client-0.0.15 | docs/InlineResponse200.md |
vgs_api_client-0.0.1 | docs/InlineResponse200.md |