Mayson Monorepo Documentation
    Preparing search index...

    Interface PaymentRecordReportRefundParams

    interface PaymentRecordReportRefundParams {
        outcome: "refunded";
        processor_details: Stripe.PaymentRecordReportRefundParams.ProcessorDetails;
        refunded: Stripe.PaymentRecordReportRefundParams.Refunded;
        amount?: Stripe.PaymentRecordReportRefundParams.Amount;
        expand?: string[];
        initiated_at?: number;
        metadata?: Emptyable<MetadataParam>;
    }
    Index

    Properties

    outcome: "refunded"

    The outcome of the reported refund.

    Processor information for this refund.

    Information about the payment attempt refund.

    A positive integer in the smallest currency unit representing how much of this payment to refund. Can refund only up to the remaining, unrefunded amount of the payment.

    expand?: string[]

    Specifies which fields in the response should be expanded.

    initiated_at?: number

    When the reported refund was initiated. Measured in seconds since the Unix epoch.

    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to metadata.