Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 815 Bytes

ProductShippingClass.md

File metadata and controls

19 lines (14 loc) · 815 Bytes

woocommerce_client.model.ProductShippingClass

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 Shipping class name. [optional]
slug String An alphanumeric identifier for the resource unique to its type. [optional]
description String HTML description of the resource. [optional]
count int Number of published products for the resource. [optional]

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