Click or drag to resize

PrepaidCreditHelperGetPrepaidCreditsRelatedToPayment Method

Gets the prepaid credits related to payment.

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<PrepaidCredit> GetPrepaidCreditsRelatedToPayment(
	Payment payment
)

Parameters

payment
Type: Atomia.Billing.Core.Sdk.BusinessObjectsPayment
The payment.

Return Value

Type: ListPrepaidCredit
List of prepaid credits related to payment / invoice (this returns prepaid credits even if they are not directly related to the given payment/invoice, for example in case of overpayments)
See Also