CreateOrderResponse class
Constructors
-
CreateOrderResponse.new(int? id, String? created, String? amount, String? status, String? payment_method, String? reference, bool? is_oneclick, List<Items>? items, String? billing_address, String? shipping_address, Customer? client)
-
-
CreateOrderResponse.empty()
-
factory
-
CreateOrderResponse.fromJson(Map<String, dynamic> json)
-
factory
Methods
-
copyWith({int? id, String? created, String? amount, String? status, String? payment_method, String? reference, bool? is_oneclick, Items? items, String? billing_address, String? shipping_address, Customer? client})
→ CreateOrderResponse
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap()
→ Map<String, dynamic>
-
-
toString()
→ String
-
A string representation of this object.
override