Selling Partner API SDK for JavaScript
    Preparing search index...

    Additional information related to payments-related transactions.

    interface PaymentsContext {
        paymentDate?: string;
        paymentMethod?: string;
        paymentReference?: string;
        paymentType?: string;
    }
    Index

    Properties

    paymentDate?: string

    A date in ISO 8601 date-time format.

    paymentMethod?: string

    The method of payment.

    paymentReference?: string

    The reference number of the payment.

    paymentType?: string

    The type of payment.