global class PromotionProductCategoriesInput {
|
global String categoryId;
|
global String productId;
|
global PromotionProductCategoriesInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|