Sha256: 6c9e09be3bcf79173788193a2fbbeb189a17c474f8b1b0057eeedff627b838d1
Contents?: true
Size: 815 Bytes
Versions: 4
Compression:
Stored size: 815 Bytes
Contents
# SyncteraRubySdk::CreateGatewayRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **active** | **Boolean** | Current status of the Authorization gateway | [optional][default to true] | | **card_products** | **Array<String>** | List of Card Product unique identifiers that will utilize the Gateway | | | **custom_headers** | **Hash<String, String>** | Custom Headers of the Authorization gateway | [optional] | | **standin** | [**GatewayStandin**](GatewayStandin.md) | | [optional] | | **url** | **String** | URL of the Authorization gateway | | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::CreateGatewayRequest.new( active: null, card_products: null, custom_headers: null, standin: null, url: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems