Click or drag to resize

OrderHelperGetOrdersForCustomer Method

Gets all non deleted orders for a customer.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static List<Order> GetOrdersForCustomer(
	Guid customerId
)

Parameters

customerId
Type: SystemGuid
The customer id.

Return Value

Type: ListOrder
A list of orders or null if no orders were found.
See Also