SB Payment Service .NET library
Namespace: SBPaymentService.Link
public class PaymentRequestItemData
Inheritance Object → PaymentRequestItemData
明細金額(税込)
public string dtl_amount { get; set; }
明細自由欄 1
public string dtl_free1 { get; set; }
明細自由欄 2
public string dtl_free2 { get; set; }
明細自由欄 3
public string dtl_free3 { get; set; }
明細数量
public string dtl_item_count { get; set; }
明細商品 ID 画面に表示される明細の商品 ID
public string dtl_item_id { get; set; }
明細商品名称 画面に表示される明細の商品名
public string dtl_item_name { get; set; }
明細行番号
public string dtl_rowno { get; set; }
明細税額
public string dtl_tax { get; set; }
public PaymentRequestItemData()