A loan advance, loan payment, or loan refund.

LoanServicingEvent

interface LoanServicingEvent {
    LoanAmount?: Currency;
    SourceBusinessEventType?: string;
}

Properties

LoanAmount?: Currency

LoanServicingEvent

SourceBusinessEventType?: string

The type of event. Possible values: * LoanAdvance * LoanPayment * LoanRefund

LoanServicingEvent