Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.25 KB

Product.md

File metadata and controls

18 lines (16 loc) · 1.25 KB

RebillySdk::Product

Properties

Name Type Description Notes
id **** The product ID. [optional]
name String The product name.
unit_label String The unit label, such as per `seat` or per `unit`. [optional] [default to 'unit']
description String The product description. [optional]
requires_shipping BOOLEAN If the product requires shipping, shipping calculations will be applied. [optional]
options Array<String> The product options such as color, size, etc. The product options definition does not include option values. Those are defined within the plans. [optional]
custom_fields ResourceCustomFields [optional]
created_time **** The product created time. [optional]
updated_time **** The product updated time. [optional]
tax_category_id String The product's tax category identifier string. [optional]
accounting_code String The product accounting code. [optional]
_links Array<SelfLink> The links related to resource. [optional]