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
)
Public Shared Function GetOrdersForCustomer (
customerId As Guid
) As List(Of Order)
public:
static List<Order^>^ GetOrdersForCustomer(
Guid customerId
)
static member GetOrdersForCustomer :
customerId : Guid -> List<Order>
Parameters
- customerId
- Type: SystemGuid
The customer id.
Return Value
Type:
ListOrderA list of orders or null if no orders were found.
See Also