Rakuten RMS WEB API client for .NET
PostageSegment
Namespace: Rakuten.RMS.Api.ItemAPI20
public class PostageSegment
Inheritance Object → PostageSegment
Properties
local
送料区分1(ローカル)
public Nullable<Int32> local { get; set; }
Property Value
overseas
送料区分2(海外)
public Nullable<Int32> overseas { get; set; }
Property Value
Constructors
PostageSegment()
public PostageSegment()