SB Payment Service .NET library
Namespace: SBPaymentService.Api.Method
public class Docomo : SBPaymentService.Api.MethodBase, ISettleablePayment, ICancelablePayment
Inheritance Object → ApiClient → MethodBase → Docomo
Implements ISettleablePayment, ICancelablePayment
public Docomo(MerchantEnvironment env)
public ApiResponseData CancelPayment(string sps_transaction_id, string tracking_id, Nullable<Int32> amount)
sps_transaction_id
String
tracking_id
String
amount
Nullable<Int32>
public ApiResponseData RefundPayment(string sps_transaction_id, string tracking_id, Nullable<Int32> amount)
sps_transaction_id
String
tracking_id
String
amount
Nullable<Int32>
public ApiResponseData SettlePayment(string tracking_id)
tracking_id
String
public ApiResponseData SettlePayment(string sps_transaction_id, string tracking_id, Nullable<Int32> amount)
sps_transaction_id
String
tracking_id
String
amount
Nullable<Int32>