SBPaymentService.NET

SB Payment Service .NET library

< クラス一覧


SettlePaymentRequestData

Namespace: SBPaymentService.Api.Method.Data.Credit

クレジットカード決済:売上要求

public class SettlePaymentRequestData : SBPaymentService.Api.ApiRequestData

Inheritance ObjectDataCommonBaseApiDataApiRequestDataSettlePaymentRequestData

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

pay_option_manage

売上に計上する金額を指定(与信金額以下) 省略時は与信金額で売上計上します。

public PayOptionManage pay_option_manage { get; set; }

Property Value

PayOptionManage

processing_datetime

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

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

SettlePaymentRequestData()

public SettlePaymentRequestData()

< クラス一覧