Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 406 Bytes

File metadata and controls

18 lines (12 loc) · 406 Bytes

UltracartClient::CheckoutSetupBrowserKeyResponse

Properties

Name Type Description Notes
browser_key String Browser key that is used to authenticate against the new linked application. [optional]

Example

require 'ultracart_api'

instance = UltracartClient::CheckoutSetupBrowserKeyResponse.new(
  browser_key: null
)