Class PaypayTerminateRequestDto
決済サービスタイプ:paypay、コマンド名:解約の要求Dtoクラス
Implements
Inherited Members
Namespace: jp.veritrans.tercerog.mdk.dto
Assembly: cg-mdk-dto.dll
Syntax
public class PaypayTerminateRequestDto : AbstractPaymentRequestDto, IRequestDto
Properties
CancelUrl
解約キャンセル時URL
URL 最大桁数:1024
解約キャンセル時に、店舗側サイトに画面遷移を戻すためのURLを指定します。
※消費者を介する解約要求(3者間)の場合に指定可能なパラメータです。
※未指定の場合は、Authorize時に指定された値、またはMAP(Merchant Administrator Portal)から登録申請した値を使用。
Declaration
[JsonProperty("cancelUrl")]
public string CancelUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorUrl
解約エラー時URL
URL 最大桁数:1024
解約キャンセルエラー時に、店舗側サイトに画面遷移を戻すためのURLを指定します。
※消費者を介する解約要求(3者間)の場合に指定可能なパラメータです。
※未指定の場合は、Authorize時に指定された値、またはMAP(Merchant Administrator Portal)から登録申請した値を使用。
Declaration
[JsonProperty("errorUrl")]
public string ErrorUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Force
強制解約
英字(boolean)
解約の方式(3者間または2者間)を指定します。
- "true" :強制解約(2者間)
- "false" :消費者を介する解約要求(3者間/デフォルト)
Declaration
[JsonProperty("force")]
public string Force { get; set; }
Property Value
Type | Description |
---|---|
string |
MaskedLog
ログ用文字列(マスク済み)を設定する @param maskedLog ログ用文字列(マスク済み)
Declaration
[JsonIgnore]
public override string MaskedLog { set; }
Property Value
Type | Description |
---|---|
string |
Overrides
OrderId
取引ID
半角英数字 最大桁数:100
- 随時決済を解約する対象の取引IDを指定する。
Declaration
[JsonProperty("orderId")]
public string OrderId { get; set; }
Property Value
Type | Description |
---|---|
string |
PushUrl
プッシュ先URL
URL 最大桁数:1024
プッシュURLを指定します。
※消費者を介する解約要求(3者間)の場合に指定可能なパラメータです。
※未指定の場合は、Authorize時に指定された値、またはMAP(Merchant Administrator Portal)から登録申請した値を使用。
Declaration
[JsonProperty("pushUrl")]
public string PushUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceCommand
決済サービスコマンド
Declaration
[JsonIgnore]
public override string ServiceCommand { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ServiceOptionType
サービスオプションタイプ
半角英数字
- "online":オンライン決済
※オンラン決済のみ指定可
Declaration
[JsonProperty("serviceOptionType")]
public string ServiceOptionType { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceType
決済サービスタイプ
Declaration
[JsonIgnore]
public override string ServiceType { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
SuccessUrl
解約完了時URL
URL 最大桁数:1024
解約完了後に、店舗側サイトに画面遷移を戻すためのURLを指定します。
※消費者を介する解約要求(3者間)の場合に指定可能なパラメータです。
※未指定の場合は、Authorize時に指定された値、またはMAP(Merchant Administrator Portal)から登録申請した値を使用。
Declaration
[JsonProperty("successUrl")]
public string SuccessUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
ToString()
ログ用文字列(マスク済み)を取得する @return ログ用文字列(マスク済み)
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |