CreditInvoiceHelperListCreditInvoicesOfInvoice Method |
Lists the credit invoices of 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<CreditedInvoice> ListCreditInvoicesOfInvoice(
Guid invoiceId
)
Public Shared Function ListCreditInvoicesOfInvoice (
invoiceId As Guid
) As List(Of CreditedInvoice)
public:
static List<CreditedInvoice^>^ ListCreditInvoicesOfInvoice(
Guid invoiceId
)
static member ListCreditInvoicesOfInvoice :
invoiceId : Guid -> List<CreditedInvoice>
Parameters
- invoiceId
- Type: SystemGuid
The invoice unique identifier.
Return Value
Type:
ListCreditedInvoiceList of credit invoices.
See Also