global class CartCouponCollection {
|
global ConnectApi.CartCouponList cartCoupons;
|
global String cartId;
|
global ConnectApi.CartStatus cartStatus;
|
global String ownerId;
|
global CartCouponCollection() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|