Sha256: 52be010e4af5939f8451821239ecbc2fbc4e540ccfbc4d015df55f87d1ed53dc
Contents?: true
Size: 554 Bytes
Versions: 196
Compression:
Stored size: 554 Bytes
Contents
# UltracartClient::ItemAmember ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **amember_payment_duration_days** | **Integer** | The number of days that the customer should be given access to the item | [optional] | | **amember_product_id** | **String** | A-member product id give customer access to when they purchase this item | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemAmember.new( amember_payment_duration_days: null, amember_product_id: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems