Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 795 Bytes

UpdateGatewayRequest.md

File metadata and controls

26 lines (20 loc) · 795 Bytes

Synctera::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 [optional]
url String URL of the Authorization gateway [optional]

Example

require 'synctera'

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