Versions Compared

Key

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

...

Action name

AccountPaymentSetCaptureInfo

Class name

com.cdrator.billing.payment.action.AccountPaymentSetCaptureInfo

Available from core version

8.7

Description

Set capture info on AccountPayment (For Dynamic setting of CaptureMessage use AcountPaymentSetCaptureMessage)

Return value

void: No return value

Properties

  1. captureMessage: Capture message to be set.
  2. useCaptureDate: Should Capture Date be set (to current time.

Parameters

  1. AccountPayment: ap

Billing - InvoiceExportQueue

InvoiceExportQueueSetter

Action name

InvoiceExportQueueSetter

Class name

com.cdrator.billing.invoiceExportQueue.action.InvoiceExportQueueSetter

Available from core version

8.7

Description

Sets an attribute on an Invoice Export Queue

Return value

void: Sets an attribute of a persistent object

Properties

  1. attributeName: Attribute that should be set on the persistent object
  2. savePersistentObject: Check if the persistent object should be saved after updating it. Default is true.

Parameters

  1. PersistentObject: persistentObject
  2. Object: value

Billing - Misc

GetParameterValue

Action name

GetParameterValue

Class name

com.cdrator.billing.misc.action.GetParameterValue

Available from core version

8.7

Description

This action retrieves a string representation of a parameter value.

Return value

String: Returns the string value of the parameter requested. Or an empty string, if none exists.

Properties

 

Parameters

  1. String: key
  2. Brand: brand

...

Action name

HasOpenOrNonPaidInvoices

Class name

com.cdrator.billing.billinggroup.action.HasOpenOrNonPaidInvoices

Available from core version

8.7

Description

Has Open or Non paid invoices

Return value

boolean:

Properties

 

Parameters

  1. BillingGroup: billingGroup

Billing - Invoicebatch

InvoiceBatchSetter

Action name

InvoiceBatchSetter

Class name

com.cdrator.billing.invoicebatch.action.InvoiceBatchSetter

Available from core version

8.7

Description

Sets an attribute on an Invoice Batch

Return value

void: Sets an attribute of a persistent object

Properties

  1. attributeName: Attribute that should be set on the persistent object
  2. savePersistentObject: Check if the persistent object should be saved after updating it. Default is true.

Parameters

  1. PersistentObject: persistentObject
  2. Object: value

SetDueDateIfInvoicedBillingGroupHasRechargeTicket

...