SBPaymentService.NET

SB Payment Service .NET library

< クラス一覧


SettlePaymentRequestData

Namespace: SBPaymentService.Api.Method.Data.Docomo

public class SettlePaymentRequestData : SBPaymentService.Api.ApiRequestData

Inheritance ObjectDataCommonBaseApiDataApiRequestDataSettlePaymentRequestData

Properties

id

public string id { get; set; }

Property Value

String

IsEncrypted

public bool IsEncrypted { get; }

Property Value

Boolean

limit_second

public string limit_second { get; set; }

Property Value

String

merchant_id

public string merchant_id { get; set; }

Property Value

String

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_hashcode

public string sps_hashcode { get; set; }

Property Value

String

tracking_id

public string tracking_id { get; set; }

Property Value

String

Constructors

SettlePaymentRequestData()

public SettlePaymentRequestData()

< クラス一覧