Sha256: 9a61bac9d5b35571d22d3775d2bcd95308b078a2e08752fec7e738530c5cc650
Contents?: true
Size: 766 Bytes
Versions: 196
Compression:
Stored size: 766 Bytes
Contents
# UltracartClient::ApiUserApplicationProfile ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **api_application_logo_url** | **String** | Application logo URL | [optional] | | **application_description** | **String** | Application description | [optional] | | **application_name** | **String** | Application name | [optional] | | **developer_name** | **String** | Developer name | [optional] | | **developer_website** | **String** | Developer website | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ApiUserApplicationProfile.new( api_application_logo_url: null, application_description: null, application_name: null, developer_name: null, developer_website: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems