Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 752 Bytes

ProductAttributeTerm1.md

File metadata and controls

18 lines (13 loc) · 752 Bytes

woocommerce_client.model.ProductAttributeTerm1

Load the model package

import 'package:woocommerce_client/woocommerce_client.dart';

Properties

Name Type Description Notes
name String Name for the resource. [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]

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