Mayson Monorepo Documentation
    Preparing search index...

    Interface PaymentRecordReportPaymentAttemptCanceledParams

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

    Properties

    canceled_at: number

    When the reported payment was canceled. Measured in seconds since the Unix epoch.

    expand?: string[]

    Specifies which fields in the response should be expanded.