CustInterestCreate.getInterestStartDateAndGraceDays Method [AX 2012]

Calculates the interest start date and the number of grace days according to the payment calendar.

protected container getInterestStartDateAndGraceDays(
    DueDate _dueDate, 
    PaymentDueDateUpdatePolicy _paymentDueDateUpdatePolicy, 
    CustAccount _custAccount)

Run On

Called

Parameters

_dueDate
Type: DueDate Extended Data Type
The due date of the invoice.
_paymentDueDateUpdatePolicy
Type: PaymentDueDateUpdatePolicy Enumeration
The update policy to use when adjusting the initial start date.
_custAccount
Type: CustAccount Extended Data Type
The customer account number.

Return Value

Type: container
A container that contains the start date and the number of grace days.

Community Additions

ADD
Show: