Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Action name

PublishInvoice

Class name

com.cdrator.billing.invoice.action.PublishInvoice

Available from core version

8.7

Description

Publishes a given invoice.

Return value

Invoice: The published invoice

Properties

 

Parameters

  1. Invoice: invoice

GetLatestOpenAndActiveInvoiceOfType

Action name

GetLatestOpenAndActiveInvoiceOfType

Class name

com.cdrator.billing.invoice.action.GetLatestOpenAndActiveInvoiceOfType

Available from core version

8.7

Description

Retrieves the the latest open and active (at the given date) invoice of a given type, related to a given billing group.

Return value

Invoice: The latest open and active invoice of a given type, if found. Note: If date is null, then the field INVOICE.LAST_ALLOWED_CHARGE_DATE is not taken into consideration.

Properties

  1. type: The type of invoice, i.e 'running', 'manual', or otherwise.

Parameters

  1. BillingGroup: billingGroup
  2. Date: date

GetAccountPaymentsForInvoice

...