Rakuten RMS WEB API client for .NET
Shipping
Namespace: Rakuten.RMS.Api.ItemAPI20
public class Shipping
Properties
fee
public string fee { get; set; }
Property Value
overseasDeliveryId
public Nullable<Int32> overseasDeliveryId { get; set; }
Property Value
postageIncluded
public Nullable<Boolean> postageIncluded { get; set; }
Property Value
postageSegment
public PostageSegment postageSegment { get; set; }
Property Value
shippingMethodGroup
public string shippingMethodGroup { get; set; }
Property Value
shopAreaSoryoPatternId
public Nullable<Int32> shopAreaSoryoPatternId { get; set; }
Property Value
singleItemShipping
public Nullable<Int32> singleItemShipping { get; set; }
Property Value
Constructors
Shipping()
public Shipping()