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

    The attributes related to the payment made from customer to seller for this order.

    interface PaymentInformation {
        paymentDate: string;
        paymentMode: string;
        paymentTransactionId: string;
    }
    Index

    Properties

    paymentDate: string

    Date timestamp

    paymentMode: string

    The transaction mode of this payment.

    paymentTransactionId: string

    The transaction identifier of this payment.