SBPaymentService.NET

SB Payment Service .NET library

< クラス一覧


RakutenPayV2

Namespace: SBPaymentService.Api.Method

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

Inheritance ObjectApiClientMethodBaseRakutenPayV2
Implements ISettleablePayment, ICancelablePayment

Constructors

RakutenPayV2(MerchantEnvironment)

public RakutenPayV2(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, String, Boolean)

public PaymentStatusResponseData GetPaymentStatus(string tracking_id, string order_id, bool encryption)

Parameters

tracking_id String

order_id String

encryption Boolean

Returns

PaymentStatusResponseData

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


< クラス一覧