Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


Payment

Namespace: Rakuten.RMS.Api.ItemAPI20

public class Payment

Inheritance ObjectPayment

Properties

cashOnDeliveryFeeIncluded

public Nullable<Boolean> cashOnDeliveryFeeIncluded { get; set; }

Property Value

Nullable<Boolean>

taxIncluded

public Nullable<Boolean> taxIncluded { get; set; }

Property Value

Nullable<Boolean>

taxRate

以下のいずれか ・0:非課税 ・0.08:8% ・0.1:10% ・null:店舗設定に従う

public string taxRate { get; set; }

Property Value

String

Constructors

Payment()

public Payment()

< クラス一覧