Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface LoanServicingEvent

    A loan advance, loan payment, or loan refund.

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

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