PrepaidCreditHelperListPrepaidCreditsByInvoice Method |
Lists the prepaid credits by invoice.
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> ListPrepaidCreditsByInvoice(
Guid invoiceId
)
Public Shared Function ListPrepaidCreditsByInvoice (
invoiceId As Guid
) As List(Of PrepaidCredit)
public:
static List<PrepaidCredit^>^ ListPrepaidCreditsByInvoice(
Guid invoiceId
)
static member ListPrepaidCreditsByInvoice :
invoiceId : Guid -> List<PrepaidCredit>
Parameters
- invoiceId
- Type: SystemGuid
The invoice identifier.
Return Value
Type:
ListPrepaidCreditList of prepaid credits by invoice
See Also