| 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] |
require 'ultracart_api'
instance = UltracartClient::CheckoutSetupBrowserKeyRequest.new(
allowed_referrers: null
)