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

Properties

amount String?
final
billing_address String?
final
client Customer?
final
created String?
final
hashCode int
The hash code for this object.
no setterinherited
id int?
final
is_oneclick bool?
final
items List<Items>?
final
payment_method String?
final
reference String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shipping_address String?
final
status String?
final

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

Operators

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