FlutterCanvasWooCommerce class

Constructors

FlutterCanvasWooCommerce()

Properties

baseUrl String
getter/setter pair
consumerKey String
getter/setter pair
consumerSecret String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create_customer({String firstName = '', String lastName = '', String phoneNumber = '', required String email, required String username, required String password, String address1 = '', String address2 = '', String city = '', String state = '', String postcode = '', String country = ''}) → dynamic
fetchProduct({required dynamic Proid}) → dynamic
fetchProducts({int? perpage, int? page_number, Order? order, OrderBy? orderBy, String? type, bool? on_sale, int? categoryID, String? searchText, String? context, String? after, String? before, DateTime? modified_after, DateTime? modified_before, bool? dates_are_gmt, List<int>? exclude, List<int>? include, int? offset, List<String>? parent, List<String>? parent_exclude, String? slug, String? status, String? sku, bool? featured, String? tag, String? shipping_class, String? attribute, String? attribute_term, String? tax_class, String? min_price, String? max_price, String? stock_status}) → dynamic
get_category({String? context, int? page, int? perPage, String? search, List<int>? exclude, List<int>? include, String? order, String? orderBy, bool? hideEmpty, int? parent, int? product, String? slug, int? id}) → dynamic
get_coupon({String? context, int? id, int? page, int? perPage, String? search, String? after, String? before, String? modifiedAfter, String? modifiedBefore, bool? datesAreGmt, List<int>? exclude, List<int>? include, int? offset, Order? order, String? orderBy, String? code}) → dynamic
getCustomer({int? id, String? context, int? page, int? perPage, String? search, List<int>? exclude, List<int>? include, int? offset, String? order, String? orderBy, String? email, String? role}) → dynamic
init({required String url, required String consumerKey, required String consumerSecrete}) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
orderHistory({int? orderID, String? context, int? page, int? perPage, String? search, String? after, String? before, String? modifiedAfter, String? modifiedBefore, bool? datesAreGmt, List<int>? exclude, List<int>? include, int? offset, Order? order, String? orderBy, List<int>? parent, List<int>? parentExclude, List<String>? status, int? woo_customer_id, int? product, int? dp}) → dynamic
shipping_zones({int? id}) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance FlutterCanvasWooCommerce
final