Click or drag to resize

AutocreditHelperGetAutocreditRequestByInvoice Method

Gets the autocredit request 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 AutocreditRequest GetAutocreditRequestByInvoice(
	Guid invoiceId
)

Parameters

invoiceId
Type: SystemGuid
The invoice id.

Return Value

Type: AutocreditRequest
If found, Autocredit request for the invoice with the given id, otherwise returns null.
See Also