Sha256: 8df58e205610be44438d4b2fc5e2c28c28aee655b8241b1ebfeabf3eea3f6bae

Contents?: true

Size: 818 Bytes

Versions: 4

Compression:

Stored size: 818 Bytes

Contents

# SyncteraRubySdk::UpdateGatewayRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **active** | **Boolean** | Current status of the Authorization gateway | [optional] |
| **card_products** | **Array<String>** | List of Card Product unique identifiers that will utilize the Gateway | [optional] |
| **custom_headers** | **Hash<String, String>** | Custom Headers of the Authorization gateway | [optional] |
| **standin** | [**GatewayStandin**](GatewayStandin.md) |  | [optional] |
| **url** | **String** | URL of the Authorization gateway | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::UpdateGatewayRequest.new(
  active: null,
  card_products: null,
  custom_headers: null,
  standin: null,
  url: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synctera_ruby_sdk-1.1.3 docs/UpdateGatewayRequest.md
synctera_ruby_sdk-1.1.2 docs/UpdateGatewayRequest.md
synctera_ruby_sdk-1.1.1 docs/UpdateGatewayRequest.md
synctera_ruby_sdk-1.0.0 docs/UpdateGatewayRequest.md