SB Payment Service .NET library
Namespace: SBPaymentService.Api.Method.Data.Webcvs
WEB コンビニ決済:決済要求
public class RequestPaymentRequestData : SBPaymentService.Api.ApiRequestData, SBPaymentService.Api.IEncryptable
Inheritance Object → DataCommonBase → ApiData → ApiRequestData → RequestPaymentRequestData
Implements IEncryptable
public string amount { get; set; }
public string cust_code { get; set; }
public List<dtlItem> dtls { get; set; }
public string encrypted_flg { get; set; }
public string free1 { get; set; }
public string free2 { get; set; }
public string free3 { get; set; }
public string id { get; set; }
public bool IsEncrypted { get; }
public string item_id { get; set; }
public string item_name { get; set; }
public string limit_second { get; set; }
public string merchant_id { get; set; }
public string order_id { get; set; }
public string order_rowno { get; set; }
public PayMethodInfo pay_method_info { get; set; }
public string request_date { get; set; }
public string service_id { get; set; }
public string sps_hashcode { get; set; }
public string tax { get; set; }
public RequestPaymentRequestData()