Sha256: 8e8b2a049ffc07cf37acd442ba585392415476dac263b2381f8786bccbaf110a
Contents?: true
Size: 931 Bytes
Versions: 2
Compression:
Stored size: 931 Bytes
Contents
# TalonOne::Import ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Unique ID for this entity. | **created** | **DateTime** | The exact moment this entity was created. | **account_id** | **Integer** | The ID of the account that owns this entity. | **user_id** | **Integer** | The ID of the account that owns this entity. | **entity** | **String** | The name of the entity that was imported. Possible values are Coupons and LoyaltyPoints. | **amount** | **Integer** | The number of members that imported. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::Import.new(id: null, created: null, account_id: null, user_id: null, entity: null, amount: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.4.0 | docs/Import.md |
talon_one-2.3.0 | docs/Import.md |