Sha256: b7164514646c0c2227998c3d7d5429a26ae5adf0024cffc7e85151239c2c158a
Contents?: true
Size: 1.17 KB
Versions: 4
Compression:
Stored size: 1.17 KB
Contents
# SyncteraRubySdk::GatewayResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **active** | **Boolean** | Current status of the Authorization gateway | | | **card_products** | **Array<String>** | List of Card Product unique identifiers that will utilize the Gateway | | | **creation_time** | **Time** | The timestamp representing when the gateway config request was made | [readonly] | | **custom_headers** | **Hash<String, String>** | Custom Headers of the Authorization gateway | [optional] | | **id** | **String** | Gateway ID | | | **last_modified_time** | **Time** | The timestamp representing when the gateway config was last modified at | [readonly] | | **standin** | [**GatewayStandin**](GatewayStandin.md) | | [optional] | | **url** | **String** | URL of the Authorization gateway | | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::GatewayResponse.new( active: null, card_products: null, creation_time: 2010-05-06T12:23:34.321Z, custom_headers: null, id: 7d943c51-e4ff-4e57-9558-08cab6b963c7, last_modified_time: 2010-05-06T12:23:34.321Z, standin: null, url: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems