SBPaymentService.NET

SB Payment Service .NET library

< クラス一覧


RakutenPay

Namespace: SBPaymentService.Api.Method

Caution

Replaced by rakutenv2 method.


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

Inheritance ObjectApiClientMethodBaseRakutenPay
Implements ISettleablePayment, ICancelablePayment

Constructors

RakutenPay(MerchantEnvironment)

public RakutenPay(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

GetPaymentStatus(String)

public void GetPaymentStatus(string tracking_id)

Parameters

tracking_id String

RequestAmountChange(String, Int32)

public void RequestAmountChange(string tracking_id, int amount)

Parameters

tracking_id String

amount Int32

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


< クラス一覧