Header menu logo FSharp.Finance.Personal

PaymentStatus Type

the status of a payment made by the customer

Union cases

Union case Description

ExtraPayment

Full Usage: ExtraPayment

a payment was made on a day when no payments were scheduled

Generated

Full Usage: Generated

a payment generated by a settlement quote

InformationOnly

Full Usage: InformationOnly

a schedule item generated to show the balances on the evaluation date

MissedPayment

Full Usage: MissedPayment

a scheduled payment was missed completely, i.e. not paid within the window

NoLongerRequired

Full Usage: NoLongerRequired

no payment needed because the loan has already been settled

NoneScheduled

Full Usage: NoneScheduled

no payment is required on the specified day

NotYetDue

Full Usage: NotYetDue

a scheduled payment is in the future (seen from the evaluation date)

NothingDue

Full Usage: NothingDue

no payment is due on the specified day because of earlier extra-/overpayments

Overpayment

Full Usage: Overpayment

a scheduled payment was made on time but exceeded the full amount

PaidLaterInFull

Full Usage: PaidLaterInFull

a scheduled payment is not paid on time, but is paid within the window

PaidLaterOwing Shortfall

Full Usage: PaidLaterOwing Shortfall

Parameters:

a scheduled payment is not paid on time, but is partially paid within the window

Shortfall : int64<MeasureProduct<Cent, MeasureOne>>

PaymentDue

Full Usage: PaymentDue

a scheduled payment has not been made on time but is within the late-charge grace period

PaymentMade

Full Usage: PaymentMade

a scheduled payment was made in full and on time

PaymentPending

Full Usage: PaymentPending

a payment has been initiated but not yet confirmed

Refunded

Full Usage: Refunded

a refund was processed

Underpayment

Full Usage: Underpayment

a scheduled payment was made on time but not in the full amount

Instance members

Instance member Description

this.Html

Full Usage: this.Html

Returns: string

HTML formatting to display the payment status in a readable format

Returns: string

this.IsExtraPayment

Full Usage: this.IsExtraPayment

Returns: bool
Returns: bool

this.IsGenerated

Full Usage: this.IsGenerated

Returns: bool
Returns: bool

this.IsInformationOnly

Full Usage: this.IsInformationOnly

Returns: bool
Returns: bool

this.IsMissedPayment

Full Usage: this.IsMissedPayment

Returns: bool
Returns: bool

this.IsNoLongerRequired

Full Usage: this.IsNoLongerRequired

Returns: bool
Returns: bool

this.IsNoneScheduled

Full Usage: this.IsNoneScheduled

Returns: bool
Returns: bool

this.IsNotYetDue

Full Usage: this.IsNotYetDue

Returns: bool
Returns: bool

this.IsNothingDue

Full Usage: this.IsNothingDue

Returns: bool
Returns: bool

this.IsOverpayment

Full Usage: this.IsOverpayment

Returns: bool
Returns: bool

this.IsPaidLaterInFull

Full Usage: this.IsPaidLaterInFull

Returns: bool
Returns: bool

this.IsPaidLaterOwing

Full Usage: this.IsPaidLaterOwing

Returns: bool
Returns: bool

this.IsPaymentDue

Full Usage: this.IsPaymentDue

Returns: bool
Returns: bool

this.IsPaymentMade

Full Usage: this.IsPaymentMade

Returns: bool
Returns: bool

this.IsPaymentPending

Full Usage: this.IsPaymentPending

Returns: bool
Returns: bool

this.IsRefunded

Full Usage: this.IsRefunded

Returns: bool
Returns: bool

this.IsUnderpayment

Full Usage: this.IsUnderpayment

Returns: bool
Returns: bool

Type something to start searching.