SBPaymentService.NET

SB Payment Service .NET library

< クラス一覧


PaymentStatusRequestData

Namespace: SBPaymentService.Api.Method.Data.Credit

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

Inheritance ObjectDataCommonBaseApiDataApiRequestDataPaymentStatusRequestData
Implements IEncryptable

Properties

encrypted_flg

public string encrypted_flg { get; set; }

Property Value

String

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

response_info_type

public string response_info_type { 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

sps_transaction_id

public string sps_transaction_id { get; set; }

Property Value

String

tracking_id

public string tracking_id { get; set; }

Property Value

String

Constructors

PaymentStatusRequestData()

public PaymentStatusRequestData()

< クラス一覧