示例#1
0
        private static SellerShippingProfileType GetSellerShippingProfile()
        {
            SellerShippingProfileType sellerShippingProfileType = new SellerShippingProfileType();

            sellerShippingProfileType.ShippingProfileID   = 123456;
            sellerShippingProfileType.ShippingProfileName = "";
            return(sellerShippingProfileType);
        }
示例#2
0
        private static SellerShippingProfileType GetSellerShippingProfile()
        {
 	        SellerShippingProfileType sellerShippingProfileType = new SellerShippingProfileType();
            sellerShippingProfileType.ShippingProfileID = 123456;
            sellerShippingProfileType.ShippingProfileName = "";
            return sellerShippingProfileType;
        }