global class PromotionLevelLimitInputRepresentation { global Integer liabilityLimit; global Integer pointsLimit; global Integer usePerCustomerLimit; global Integer vouchersLimit; global PromotionLevelLimitInputRepresentation() { } global Object clone() { } global Boolean equals(Object obj) { } global Integer hashCode() { } global String toString() { } }