Typescript SDK Type Docs
    Preparing search index...

    Interface RecurringOrderExpiresAtSetMessagePayload

    Generated after a successful Set Expires At update action.

    interface RecurringOrderExpiresAtSetMessagePayload {
        newExpiresAt: string;
        oldExpiresAt: string;
        type: "RecurringOrderExpiresAtSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    newExpiresAt: string

    Expiration date and time of the Recurring Order after the Set Expires At update action.

    oldExpiresAt: string

    Expiration date and time of the Recurring Order before the Set Expires At update action.

    type: "RecurringOrderExpiresAtSet"