SBPaymentService.NET

SB Payment Service .NET library

< クラス一覧


Docomo

Namespace: SBPaymentService.Api.Method

public class Docomo : SBPaymentService.Api.MethodBase, ISettleablePayment, ICancelablePayment

Inheritance ObjectApiClientMethodBaseDocomo
Implements ISettleablePayment, ICancelablePayment

Constructors

Docomo(MerchantEnvironment)

public Docomo(MerchantEnvironment env)

Parameters

env MerchantEnvironment

Methods

CancelPayment(String, String, Nullable<Int32>)

public ApiResponseData CancelPayment(string sps_transaction_id, string tracking_id, Nullable<Int32> amount)

Parameters

sps_transaction_id String

tracking_id String

amount Nullable<Int32>

Returns

ApiResponseData

RefundPayment(String, String, Nullable<Int32>)

public ApiResponseData RefundPayment(string sps_transaction_id, string tracking_id, Nullable<Int32> amount)

Parameters

sps_transaction_id String

tracking_id String

amount Nullable<Int32>

Returns

ApiResponseData

SettlePayment(String)

public ApiResponseData SettlePayment(string tracking_id)

Parameters

tracking_id String

Returns

ApiResponseData

SettlePayment(String, String, Nullable<Int32>)

public ApiResponseData SettlePayment(string sps_transaction_id, string tracking_id, Nullable<Int32> amount)

Parameters

sps_transaction_id String

tracking_id String

amount Nullable<Int32>

Returns

ApiResponseData


< クラス一覧