global class PromotionEligibleChannelInput {
|
global String channel;
|
global String channelType;
|
global String store;
|
global PromotionEligibleChannelInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|