SyncteraRubySdk::GatewayListResponseAllOf
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| gateways | Array<GatewayResponse> | Array of Authorization gateway configuration | [optional] |
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::GatewayListResponseAllOf.new(
gateways: null
)