Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.06 KB

ShippingZoneMethod1Settings.md

File metadata and controls

22 lines (17 loc) · 1.06 KB

woocommerce_client.model.ShippingZoneMethod1Settings

Load the model package

import 'package:woocommerce_client/woocommerce_client.dart';

Properties

Name Type Description Notes
id String A unique identifier for the setting. [optional]
label String A human readable label for the setting used in interfaces. [optional]
description String A human readable description for the setting used in interfaces. [optional]
type String Type of setting. [optional]
value String Setting value. [optional]
default_ String Default value for the setting. [optional]
tip String Additional help text shown to the user about the setting. [optional]
placeholder String Placeholder text to be displayed in text inputs. [optional]

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