-
orders(completion:)
Default implementationGets all the orders from the order history.
Parameter
Parameter completion: The completion block.Default Implementation
Get the order based on the given id.
- Parameters:
- orderId: The order id to use.
- completion: The completion block.
Declaration
Parameters
completion
The completion block.
- Parameters:
-
Associated order type.
Declaration
Swift
associatedtype OrderType: Order
-
Associated order detail type.
Declaration
Swift
associatedtype OrderDetailType: OrderDetail
-
orderDetail(forOrderId:completion:)
Default implementationGet the order based on the given id.
- Parameters:
- orderId: The order id to use.
- completion: The completion block.
Default Implementation
Get the order based on the given id.
- Parameters:
- orderId: The order id to use.
- completion: The completion block.
Declaration
Swift
func orderDetail(forOrderId orderId: String,
Parameters
orderId
The order id to use.
completion
The completion block.
- Parameters:
-
orderRequest(forPath:)
Extension methodUndocumented
Declaration
Swift
public protocol OrderDataManager: DataManager