global class PromotionParentProductsInput {
|
global String childProductId;
|
global String parentProductId;
|
global PromotionParentProductsInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|