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

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.