Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 600 Bytes

ShippingMethod.md

File metadata and controls

17 lines (12 loc) · 600 Bytes

woocommerce_client.model.ShippingMethod

Load the model package

import 'package:woocommerce_client/woocommerce_client.dart';

Properties

Name Type Description Notes
id String Method ID. [optional]
title String Shipping method title. [optional]
description String Shipping method description. [optional]

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