SB Payment Service .NET library
Namespace: SBPaymentService.Api.Method.Data.Credit
クレジットカード決済:売上要求
public class SettlePaymentRequestData : SBPaymentService.Api.ApiRequestData
Inheritance Object → DataCommonBase → ApiData → ApiRequestData → SettlePaymentRequestData
public string id { get; set; }
public bool IsEncrypted { get; }
public string limit_second { get; set; }
public string merchant_id { get; set; }
売上に計上する金額を指定(与信金額以下) 省略時は与信金額で売上計上します。
public PayOptionManage pay_option_manage { get; set; }
public string processing_datetime { get; set; }
public string request_date { get; set; }
public string service_id { get; set; }
public string sps_hashcode { get; set; }
public string sps_transaction_id { get; set; }
public string tracking_id { get; set; }
public SettlePaymentRequestData()