Mayson Monorepo Documentation
    Preparing search index...
    interface Refund {
        amount_refunded: number;
        payment_record_refund: Stripe.CreditNote.Refund.PaymentRecordRefund;
        refund: string | Stripe.Refund;
        type: Stripe.CreditNote.Refund.Type;
    }
    Index

    Properties

    amount_refunded: number

    Amount of the refund that applies to this credit note, in cents (or local equivalent).

    The PaymentRecord refund details associated with this credit note refund.

    refund: string | Stripe.Refund

    ID of the refund.

    Type of the refund, one of refund or payment_record_refund.