Click or drag to resize

CreditInvoiceHelper Class

Defines the CreditInvoiceHelper type.
Inheritance Hierarchy
SystemObject
  Atomia.Billing.Core.Sdk.BusinessLogicCreditInvoiceHelper

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public class CreditInvoiceHelper

The CreditInvoiceHelper type exposes the following members.

Constructors
  NameDescription
Public methodCreditInvoiceHelper
Initializes a new instance of the CreditInvoiceHelper class
Top
Methods
  NameDescription
Public methodStatic memberCalculateCreditedInvoiceTotals
Calculates the credited invoice totals.
Public methodStatic memberCreateCreditedInvoice
Creates the credited invoice.
Public methodStatic memberCreateCreditedInvoiceFromInvoice
Creates the credited invoice from invoice.
Public methodStatic memberCreditInvoicesFully
Creates credit invoices for the invoices with given ids.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetById
Gets the credited invoice by id.
Public methodStatic memberGetCreditedInvoiceByNumber
Gets the Credited invoice by number.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetUnsentCreditedInvoice
Gets the unsent credited invoice.
Public methodStatic memberListCreditInvoicesOfInvoice
Lists the credit invoices of invoice.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberMergeCreditedInvoices
Merges the credited invoices.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also