Sha256: 71623d46aa24e1d681751e3d88d972dfc730a933849822d4ccb38010e0cb5b81
Contents?: true
Size: 865 Bytes
Versions: 2
Compression:
Stored size: 865 Bytes
Contents
# MxPlatformRuby::Category ## 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::Category.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mx-platform-ruby-0.3.0 | docs/Category.md |
mx-platform-ruby-0.2.1 | docs/Category.md |