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

    Payment information about the order.

    interface OrderPayment {
        paymentExecutions?: PaymentExecution[];
    }
    Index
    paymentExecutions?: PaymentExecution[]

    A list of payment executions for the order.