SBPaymentService.NET

SB Payment Service .NET library

< クラス一覧


CancelSubscriptionRequestData

Namespace: SBPaymentService.Api.Method.Data.Au

public class CancelSubscriptionRequestData : SBPaymentService.Api.ApiRequestData

Inheritance ObjectDataCommonBaseApiDataApiRequestDataCancelSubscriptionRequestData

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

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

CancelSubscriptionRequestData()

public CancelSubscriptionRequestData()

< クラス一覧