Share via


CustPaymSchedLine.mcrHasBeenPaid Method

Returns true if the schedule line has been paid or the line has been fully returned If the dueAmount is 0, then it cannot be paid however if the dueAmount minus the returned amount is 0, it is considered "paid" and will not be adjusted.

Syntax

public boolean mcrHasBeenPaid(
   [boolean _considerZeroPaid, 
    boolean _delUnposted, 
    boolean _ignoreDate, 
    boolean _acceleratePmt])

Run On

Called

Parameters

  • _considerZeroPaid
    Type: boolean
    A boolean value for whether zero was paid; optional.
  • _delUnposted
    Type: boolean
    A boolean value for deleting unposted schedules; optional.
  • _ignoreDate
    Type: boolean
    A boolean value for ignoring the date; optional.
  • _acceleratePmt
    Type: boolean
    A boolean value for accelerating payment; optional.

Return Value

Type: boolean
true if payment has been posted; otherwise false.

Remarks

This is only for installment lines.

See Also

Reference

CustPaymSchedLine Table