global class PromotionCartDeliveryGroupInput {
|
global String cartDeliveryGroupId;
|
global String deliveryMethodId;
|
global PromotionCartDeliveryGroupInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|