Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.04 KB

Customer1Billing.md

File metadata and controls

25 lines (20 loc) · 1.04 KB

woocommerce_client.model.Customer1Billing

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 ISO code of the country. [optional]
email String Email address. [optional]
phone String Phone number. [optional]

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