Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 891 Bytes

ProductAttributeTerm.md

File metadata and controls

20 lines (15 loc) · 891 Bytes

woocommerce_client.model.ProductAttributeTerm

Load the model package

import 'package:woocommerce_client/woocommerce_client.dart';

Properties

Name Type Description Notes
id int Unique identifier for the resource. [optional]
name String Term name. [optional]
slug String An alphanumeric identifier for the resource unique to its type. [optional]
description String HTML description of the resource. [optional]
menuOrder int Menu order, used to custom sort the resource. [optional]
count int Number of published products for the resource. [optional]

[Back to Model list] [Back to API list] [Back to README]