Sha256: 88b398a9f5046a872abdf229c59f99891f34f8da1a16117a97c0027df9985780
Contents?: true
Size: 1.22 KB
Versions: 4
Compression:
Stored size: 1.22 KB
Contents
# TalonOne::LoyaltyPoints ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **points** | **Float** | Amount of loyalty points | **name** | **String** | Allows to specify a name for the addition or deduction | [optional] **validity_duration** | **String** | Indicates the duration after which the added loyalty points should expire. The format is a number followed by one letter indicating the time unit, like '1h' or '40m' (defined by Go time package). | [optional] **pending_duration** | **String** | Indicates the amount of time before the points are considered valid. The format is a number followed by one letter indicating the time unit, like '1h' or '40m' (defined by Go time package). | [optional] **sub_ledger_id** | **String** | This specifies if we are adding loyalty points to the main ledger or a subledger | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::LoyaltyPoints.new(points: null, name: null, validity_duration: null, pending_duration: null, sub_ledger_id: null) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.5.1 | docs/LoyaltyPoints.md |
talon_one-2.4.0 | docs/LoyaltyPoints.md |
talon_one-2.3.0 | docs/LoyaltyPoints.md |
talon_one-2.2.0 | docs/LoyaltyPoints.md |