SBPaymentService.NET

SB Payment Service .NET library

< クラス一覧


PaymentRequestItemData

Namespace: SBPaymentService.Link

public class PaymentRequestItemData

Inheritance ObjectPaymentRequestItemData

Properties

dtl_amount

明細金額(税込)

public string dtl_amount { get; set; }

Property Value

String

dtl_free1

明細自由欄 1

public string dtl_free1 { get; set; }

Property Value

String

dtl_free2

明細自由欄 2

public string dtl_free2 { get; set; }

Property Value

String

dtl_free3

明細自由欄 3

public string dtl_free3 { get; set; }

Property Value

String

dtl_item_count

明細数量

public string dtl_item_count { get; set; }

Property Value

String

dtl_item_id

明細商品 ID 画面に表示される明細の商品 ID

public string dtl_item_id { get; set; }

Property Value

String

dtl_item_name

明細商品名称 画面に表示される明細の商品名

public string dtl_item_name { get; set; }

Property Value

String

dtl_rowno

明細行番号

public string dtl_rowno { get; set; }

Property Value

String

dtl_tax

明細税額

public string dtl_tax { get; set; }

Property Value

String

Constructors

PaymentRequestItemData()

public PaymentRequestItemData()

< クラス一覧