Sha256: b65766e14d3767a4702c06380190ea2afac61debca988d6d8e534f7263ebe2ea
Contents?: true
Size: 431 Bytes
Versions: 203
Compression:
Stored size: 431 Bytes
Contents
# UltracartClient::CouponType ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **localized** | **String** | A friendly display of the coupon type suitable for human reading | [optional] | | **name** | **String** | The name of the coupon type | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponType.new( localized: null, name: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems