SB Payment Service .NET library
Namespace: SBPaymentService.Api.Method.Data.RakutenPay
public class PaymentStatusRequestData : SBPaymentService.Api.ApiRequestData, SBPaymentService.Api.IEncryptable
Inheritance Object → DataCommonBase → ApiData → ApiRequestData → PaymentStatusRequestData
Implements IEncryptable
public string encrypted_flg { get; set; }
public string id { get; set; }
public bool IsEncrypted { get; }
public string limit_second { get; set; }
public string merchant_id { get; set; }
public string request_date { get; set; }
public string service_id { get; set; }
public string sps_hashcode { get; set; }
public string tracking_id { get; set; }
public PaymentStatusRequestData()