Rakuten RMS WEB API client for .NET
Payment
Namespace: Rakuten.RMS.Api.ItemAPI20
public class Payment
Properties
cashOnDeliveryFeeIncluded
public Nullable<Boolean> cashOnDeliveryFeeIncluded { get; set; }
Property Value
taxIncluded
public Nullable<Boolean> taxIncluded { get; set; }
Property Value
taxRate
以下のいずれか ・0:非課税 ・0.08:8% ・0.1:10% ・null:店舗設定に従う
public string taxRate { get; set; }
Property Value
Constructors
Payment()
public Payment()