PaymentStatus Type
the status of a payment made by the customer
Union cases
Union case |
Description
|
Full Usage:
ExtraPayment
|
a payment was made on a day when no payments were scheduled |
Full Usage:
Generated
|
a payment generated by a settlement quote |
Full Usage:
InformationOnly
|
a schedule item generated to show the balances on the evaluation date |
Full Usage:
MissedPayment
|
a scheduled payment was missed completely, i.e. not paid within the window |
Full Usage:
NoLongerRequired
|
no payment needed because the loan has already been settled |
Full Usage:
NoneScheduled
|
no payment is required on the specified day |
Full Usage:
NotYetDue
|
a scheduled payment is in the future (seen from the evaluation date) |
Full Usage:
NothingDue
|
no payment is due on the specified day because of earlier extra-/overpayments |
Full Usage:
Overpayment
|
a scheduled payment was made on time but exceeded the full amount |
Full Usage:
PaidLaterInFull
|
a scheduled payment is not paid on time, but is paid within the window |
Full Usage:
PaidLaterOwing Shortfall
Parameters:
int64<MeasureProduct<Cent, MeasureOne>>
|
a scheduled payment is not paid on time, but is partially paid within the window
|
Full Usage:
PaymentDue
|
a scheduled payment has not been made on time but is within the late-charge grace period |
Full Usage:
PaymentMade
|
a scheduled payment was made in full and on time |
Full Usage:
PaymentPending
|
a payment has been initiated but not yet confirmed |
Full Usage:
Refunded
|
a refund was processed |
Full Usage:
Underpayment
|
a scheduled payment was made on time but not in the full amount |
Instance members
Instance member |
Description
|
Full Usage:
this.Html
Returns: string
|
HTML formatting to display the payment status in a readable format
|
Full Usage:
this.IsExtraPayment
Returns: bool
|
|
Full Usage:
this.IsGenerated
Returns: bool
|
|
Full Usage:
this.IsInformationOnly
Returns: bool
|
|
Full Usage:
this.IsMissedPayment
Returns: bool
|
|
Full Usage:
this.IsNoLongerRequired
Returns: bool
|
|
Full Usage:
this.IsNoneScheduled
Returns: bool
|
|
Full Usage:
this.IsNotYetDue
Returns: bool
|
|
Full Usage:
this.IsNothingDue
Returns: bool
|
|
Full Usage:
this.IsOverpayment
Returns: bool
|
|
Full Usage:
this.IsPaidLaterInFull
Returns: bool
|
|
Full Usage:
this.IsPaidLaterOwing
Returns: bool
|
|
Full Usage:
this.IsPaymentDue
Returns: bool
|
|
Full Usage:
this.IsPaymentMade
Returns: bool
|
|
Full Usage:
this.IsPaymentPending
Returns: bool
|
|
Full Usage:
this.IsRefunded
Returns: bool
|
|
Full Usage:
this.IsUnderpayment
Returns: bool
|
|