Rakuten RMS WEB API client for .NET
WrappingModel
Namespace: Rakuten.RMS.Api.RakutenPayOrderAPI
public class WrappingModel
Inheritance Object → WrappingModel
Properties
deleteWrappingFlag
ラッピング削除フラグ
public Nullable<Int32> deleteWrappingFlag { get; set; }
Property Value
includeTaxFlag
税込別 0: 税別 1: 税込
public int includeTaxFlag { get; set; }
Property Value
name
public string name { get; set; }
Property Value
price
public Nullable<Int32> price { get; set; }
Property Value
title
以下のいずれか 1: 包装紙 2: リボン
public int title { get; set; }
Property Value
Constructors
WrappingModel()
public WrappingModel()