Typescript SDK Type Docs
    Preparing search index...

    Interface ValidFromAndUntilValue

    interface ValidFromAndUntilValue {
        validFrom: string;
        validUntil: string;
    }
    Index

    Properties

    validFrom: string

    Date and time (UTC) from when the Discount is effective.

    validUntil: string

    Date and time (UTC) until when the Discount is effective.