Click or drag to resize

IAtomiaBillingApiGetPrepaidCreditsRelatedToPayment Method

Gets the prepaid credits related to payment.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
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 the given payment.
See Also