OrdersResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
batchget(String packageName, {List<String>? orderIds, String? $fields})
→ Future<BatchGetOrdersResponse>
-
Get order details for a list of orders.
-
get(String packageName, String orderId, {String? $fields})
→ Future<Order>
-
Get order details for a single order.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
refund(String packageName, String orderId, {bool? revoke, String? $fields})
→ Future<void>
-
Refunds a user's subscription or in-app purchase order.
-
reviewrefund(OrdersReviewRefundRequest request, String packageName, String orderId, {String? $fields})
→ Future<void>
-
Provide refund preference and purchase usage for a chargeback request
-
toString()
→ String
-
A string representation of this object.
inherited