SBPaymentService.NET

SB Payment Service .NET library

< クラス一覧


RequestPaymentRequestData

Namespace: SBPaymentService.Api.Method.Data.Credit

クレジットカード決済:決済要求(ワンタイムトークン利用)

public class RequestPaymentRequestData : SBPaymentService.Api.ApiRequestData, SBPaymentService.Api.IEncryptable

Inheritance ObjectDataCommonBaseApiDataApiRequestDataRequestPaymentRequestData
Implements IEncryptable

Properties

amount

public string amount { get; set; }

Property Value

String

cust_code

public string cust_code { get; set; }

Property Value

String

dtls

public List<dtlItem> dtls { get; set; }

Property Value

List<dtlItem>

encrypted_flg

public string encrypted_flg { get; set; }

Property Value

String

free1

public string free1 { get; set; }

Property Value

String

free2

public string free2 { get; set; }

Property Value

String

free3

public string free3 { get; set; }

Property Value

String

id

public string id { get; set; }

Property Value

String

IsEncrypted

public bool IsEncrypted { get; }

Property Value

Boolean

item_id

public string item_id { get; set; }

Property Value

String

item_name

public string item_name { get; set; }

Property Value

String

limit_second

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

Property Value

Nullable<Int32>

merchant_id

public string merchant_id { get; set; }

Property Value

String

order_id

public string order_id { get; set; }

Property Value

String

order_rowno

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

Property Value

Nullable<Int32>

pay_method_info

public PayMethodInfo pay_method_info { get; set; }

Property Value

PayMethodInfo

pay_option_manage

public PayOptionManage pay_option_manage { get; set; }

Property Value

PayOptionManage

request_date

public string request_date { get; set; }

Property Value

String

service_id

public string service_id { get; set; }

Property Value

String

sps_cust_info_return_flg

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

Property Value

Nullable<Int32>

sps_hashcode

public string sps_hashcode { get; set; }

Property Value

String

tax

public string tax { get; set; }

Property Value

String

Constructors

RequestPaymentRequestData()

public RequestPaymentRequestData()

< クラス一覧