Sha256: 8716a48e91d1babaa2a2b118a1682af198dffa57e2c710723a3af81bc74d6f26
Contents?: true
Size: 881 Bytes
Versions: 69
Compression:
Stored size: 881 Bytes
Contents
# MxPlatformRuby::CategoryResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **String** | | [optional] | | **guid** | **String** | | [optional] | | **is_default** | **Boolean** | | [optional] | | **is_income** | **Boolean** | | [optional] | | **metadata** | **String** | | [optional] | | **name** | **String** | | [optional] | | **parent_guid** | **String** | | [optional] | | **updated_at** | **String** | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::CategoryResponse.new( created_at: 2015-04-13T18:01:23.000Z, guid: CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874, is_default: true, is_income: false, metadata: some metadata, name: Auto Insurance, parent_guid: CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874, updated_at: 2015-05-13T18:01:23.000Z ) ```
Version data entries
69 entries across 69 versions & 1 rubygems