UltracartClient::OauthMeResponse Properties Name Type Description Notes application_name String The name of your application as the merchant approved it. [optional] client_id String Your application's client_id. Null when authenticating with a simple key, which is not tied to an application. [optional] merchant_id String The UltraCart merchant account that authorized your application. Stable, and the value to key your own records on. [optional] merchant_name String The account's company name, suitable for displaying to your user. The merchant can change this, so display it rather than storing it as an identifier. [optional] scopes Array<String> The permissions the merchant granted. May be narrower than the permissions your application currently requests. [optional] Example require 'ultracart_api' instance = UltracartClient::OauthMeResponse.new( application_name: null, client_id: null, merchant_id: null, merchant_name: null, scopes: null )