Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 978 Bytes

ShopOrder1Shipping.md

File metadata and controls

23 lines (18 loc) · 978 Bytes

woocommerce_client.model.ShopOrder1Shipping

Load the model package

import 'package:woocommerce_client/woocommerce_client.dart';

Properties

Name Type Description Notes
firstName String First name. [optional]
lastName String Last name. [optional]
company String Company name. [optional]
address1 String Address line 1 [optional]
address2 String Address line 2 [optional]
city String City name. [optional]
state String ISO code or name of the state, province or district. [optional]
postcode String Postal code. [optional]
country String Country code in ISO 3166-1 alpha-2 format. [optional]

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