Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 470 Bytes

File metadata and controls

18 lines (12 loc) · 470 Bytes

UltracartClient::CheckoutSetupBrowserKeyRequest

Properties

Name Type Description Notes
allowed_referrers Array<String> Allowed referrers. If URLs are specified, automatic translation will convert them to proper allowed referrer maskes. [optional]

Example

require 'ultracart_api'

instance = UltracartClient::CheckoutSetupBrowserKeyRequest.new(
  allowed_referrers: null
)