Click or drag to resize

PrepaidCreditHelperGetByInvoiceId Method

[Missing <summary> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.PrepaidCreditHelper.GetByInvoiceId(System.Guid)"]

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> GetByInvoiceId(
	Guid invoiceId
)

Parameters

invoiceId
Type: SystemGuid

[Missing <param name="invoiceId"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.PrepaidCreditHelper.GetByInvoiceId(System.Guid)"]

Return Value

Type: ListPrepaidCredit

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.PrepaidCreditHelper.GetByInvoiceId(System.Guid)"]

See Also