global class PromotionLimitInputRepresentation {
|
global ConnectApi.IndividualCustomerLevelLimitInputRepresentation individualCustomerLimit;
|
global ConnectApi.PromotionLevelLimitInputRepresentation promotionLimit;
|
global PromotionLimitInputRepresentation() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|