Versions Compared

Key

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

...

Action name

FilterInvoiceDetailLinesByBillingGroup

Class name

com.cdrator.billing.financial.action.FilterInvoiceDetailLinesByBillingGroup

Available from core version

8.7

Description

This action filters an list of invoice detail lines so only the ones related to the billing group are returned.

Return value

List: A list of invoice detail lines related to the billing group.

Properties

 

Parameters

  1. List: invoiceDetailLines
  2. BillingGroup: billingGroup

ChargeReader

Action name

ChargeReader

Class name

com.cdrator.billing.financial.action.ChargeReader

Available from core version

8.7

Description

Retrieves a Charge based on configurable parameters.

Return value

PersistentObject: Retrieves the a persistent object based on the constraints from the properties and parameters.

Properties

  1. attributeName1: Attribute 1
  2. attributeName2: Attribute 2
  3. attributeName3: Attribute 3

Parameters

  1. Object: constraint1
  2. Object: constraint2
  3. Object: constraint3

GetInvoiceDetailLinesForInvoice

...