Class TariffExpire

All Implemented Interfaces:
ValidatableMessage

@Domain(fields={"broker","tariffId","newExpiration"})
public class TariffExpire
extends TariffUpdate
Request to change expiration date on an existing tariff. There are no constraints on the new expiration date, but dates in the past will not have retroactive effect. Created by brokers. State log fields for readResolve():
new(long brokerId, long tariffId, Instant expiration)
Author:
John Collins