Mayson Monorepo Documentation
    Preparing search index...
    interface Payment {
        payment_intent?: string;
        payment_record?: string;
        type: Stripe.InvoicePaymentListParams.Payment.Type;
    }
    Index

    Properties

    payment_intent?: string

    Only return invoice payments associated by this payment intent ID.

    payment_record?: string

    Only return invoice payments associated by this payment record ID.

    Only return invoice payments associated by this payment type.