Click or drag to resize

PaymentsHelperListPaymentsForCustomer Method

Lists payments for 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 IList<Payment> ListPaymentsForCustomer(
	Guid customerId
)

Parameters

customerId
Type: SystemGuid
The customer identifier.

Return Value

Type: IListPayment
List of customer's payments.
See Also