Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


WrappingModel

Namespace: Rakuten.RMS.Api.RakutenPayOrderAPI

public class WrappingModel

Inheritance ObjectWrappingModel

Properties

deleteWrappingFlag

ラッピング削除フラグ

public Nullable<Int32> deleteWrappingFlag { get; set; }

Property Value

Nullable<Int32>

includeTaxFlag

税込別 0: 税別 1: 税込

public int includeTaxFlag { get; set; }

Property Value

Int32

name

public string name { get; set; }

Property Value

String

price

public Nullable<Int32> price { get; set; }

Property Value

Nullable<Int32>

title

以下のいずれか 1: 包装紙 2: リボン

public int title { get; set; }

Property Value

Int32

Constructors

WrappingModel()

public WrappingModel()

< クラス一覧