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
)
Public Shared Function ListPaymentsForCustomer (
customerId As Guid
) As IList(Of Payment)
public:
static IList<Payment^>^ ListPaymentsForCustomer(
Guid customerId
)
static member ListPaymentsForCustomer :
customerId : Guid -> IList<Payment>
Parameters
- customerId
- Type: SystemGuid
The customer identifier.
Return Value
Type:
IListPaymentList of customer's payments.
See Also