Versions Compared

Key

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

...

Action name

PaymentGatewayDefReader

Class name

com.cdrator.billing.financial.payments.gateways.action.PaymentGatewayDefReader

Available from core version

8.7

Description

Retrieves a PaymentGatewayDef 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

Unknown package

GetMostProgressedActiveInvoiceFlow

Action name

GetMostProgressedActiveInvoiceFlow

Class name

com.cdrator.billing.financial.collector.flow.GetMostProgressedActiveInvoiceFlow

Available from core version

8.7

Description

If no invoice flow is specified in the arguments, this action returns the active invoice flow, related to the given account, belonging to the specified invoice flow key, and that is farthest into the dunning process. If an invoice flow is specified in the arguments, then the definition key of this flow will be used for the search, and the flow itself will be ignored for the result.

Return value

InvoiceFlow: Returns the active invoice flow of the given definition key or related to the key of the given invoice flow, related to the given account, that is farthest into the dunning process

Properties

  1. objectTable: Sets the object type that the invoice flow relates to.

Parameters

  1. Account: account
  2. String: invoiceFlowKey
  3. InvoiceFlow: invoiceFlowToIgnore

GetActiveInvoiceFlows

Action name

GetActiveInvoiceFlows

Class name

com.cdrator.billing.financial.collector.flow.GetActiveInvoiceFlows

Available from core version

8.7

Description

Action for extracting InvoiceFlows based on persistent object (Invoice or BillingGroup). If deepSearch parameter is selected and type of PersistentObject is BillingGroup - action returns all open InvoiceFlows from invoices that belong to this BillingGroup.

Return value

List: PersistentObject could be Invoice or BillingGroup

Properties

  1. deepSearch: Search in all invoices with given BillinGroup

Parameters

  1. PersistentObject: po

InvoiceFlowStepReader

Action name

InvoiceFlowStepReader

Class name

com.cdrator.billing.financial.collector.flow.InvoiceFlowStepReader

Available from core version

8.7

Description

Retrieves an invoice 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

Billing - Financial

GetPaymentReferenceFromBillingGroup

...