Sha256: 78caff9448c362407397c374a4e61bcb2f951bc9e8ff770635f3380e90261c14
Contents?: true
Size: 884 Bytes
Versions: 2
Compression:
Stored size: 884 Bytes
Contents
# MxPlatformRuby::TransactionRule ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **category_guid** | **String** | | [optional] | | **created_at** | **String** | | [optional] | | **description** | **String** | | [optional] | | **guid** | **String** | | [optional] | | **match_description** | **String** | | [optional] | | **updated_at** | **String** | | [optional] | | **user_guid** | **String** | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::TransactionRule.new( category_guid: CAT-b1de2a04-db08-b6ed-f6fe-ca2f5b11c2d0, created_at: 2018-10-02T22:00:50+00:00, description: Wal-mart food storage, guid: TXR-a080e0f9-a2d4-4d6f-9e03-672cc357a4d3, match_description: Wal-mart, updated_at: 2018-10-02T23:54:40+00:00, user_guid: USR-22fc3203-b3e6-8340-43db-8e50b2f56995 ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mx-platform-ruby-0.3.0 | docs/TransactionRule.md |
mx-platform-ruby-0.2.1 | docs/TransactionRule.md |