Click or drag to resize

IAtomiaBillingApiGetInvoiceById Method

Gets the invoice by id.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Invoice GetInvoiceById(
	Guid invoiceId
)

Parameters

invoiceId
Type: SystemGuid
The invoice id.

Return Value

Type: Invoice
Requested invoice.
See Also