Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 955 Bytes

ProductCat2.md

File metadata and controls

21 lines (16 loc) · 955 Bytes

woocommerce_client.model.ProductCat2

Load the model package

import 'package:woocommerce_client/woocommerce_client.dart';

Properties

Name Type Description Notes
name String Category name. [optional]
slug String An alphanumeric identifier for the resource unique to its type. [optional]
parent int The ID for the parent of the resource. [optional]
description String HTML description of the resource. [optional]
display String Category archive display type. [optional]
image ProductCat1Image [optional]
menuOrder int Menu order, used to custom sort the resource. [optional]

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