Mayson Monorepo Documentation
    Preparing search index...

    Interface PaymentRecordReportPaymentAttemptFailedParams

    interface PaymentRecordReportPaymentAttemptFailedParams {
        failed_at: number;
        expand?: string[];
        metadata?: Emptyable<MetadataParam>;
    }
    Index

    Properties

    failed_at: number

    When the reported payment failed. Measured in seconds since the Unix epoch.

    expand?: string[]

    Specifies which fields in the response should be expanded.