Methods |
public
|
getOrder(int $order_id): array<string, mixed>
|
#
|
public
|
getOrders(int $start = 0, int $limit = 20): array<int, array<string, mixed>>
|
#
|
public
|
getOrdersBySubscriptionId(int $subscription_id, int $start = 0, int $limit = 20): array<int, array<string, mixed>>
Get Orders By Subscription ID
Get Orders By Subscription ID
|
#
|
public
|
getProduct(int $order_id, int $order_product_id): array<string, mixed>
|
#
|
public
|
getProducts(int $order_id): array<int, array<string, mixed>>
|
#
|
public
|
getOptions(int $order_id, int $order_product_id): array<int, array<string, mixed>>
|
#
|
public
|
getSubscription(int $order_id, int $order_product_id): array<string, mixed>
|
#
|
public
|
getVouchers(int $order_id): array<int, array<string, mixed>>
|
#
|
public
|
getTotals(int $order_id): array<int, array<string, mixed>>
|
#
|
public
|
getHistories(int $order_id): array<int, array<string, mixed>>
|
#
|
public
|
getTotalHistories(int $order_id): int
|
#
|
public
|
getTotalOrders(): int
|
#
|
public
|
getTotalOrdersByProductId(int $product_id): int
Get Total Orders By Product ID
Get Total Orders By Product ID
|
#
|
public
|
getTotalProductsByOrderId(int $order_id): int
Get Total Products By Order ID
Get Total Products By Order ID
|
#
|
public
|
getTotalVouchersByOrderId(int $order_id): int
Get Total Vouchers By Order ID
Get Total Vouchers By Order ID
|
#
|
public
|
getTotalOrdersBySubscriptionId(int $subscription_id): int
Get Total Orders By Subscription ID
Get Total Orders By Subscription ID
|
#
|