Class EmCancelRequestDto
決済サービスタイプ:電子マネー、コマンド名:取消の要求Dtoクラス
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: jp.veritrans.tercerog.mdk.dto
Assembly: cg-mdk-dto.dll
Syntax
public class EmCancelRequestDto : AbstractPaymentRequestDto, IRequestDto
Properties
CancelMailAddr
取消通知メールアドレス
半角英数字 256 文字以内
決済の取消完了を利用者に通知するためのメールアドレスを指定します。
Declaration
[JsonProperty("cancelMailAddr")]
public string CancelMailAddr { get; set; }
Property Value
Type | Description |
---|---|
string |
MaskedLog
ログ用文字列(マスク済み)を設定する @param maskedLog ログ用文字列(マスク済み)
Declaration
[JsonIgnore]
public override string MaskedLog { set; }
Property Value
Type | Description |
---|---|
string |
Overrides
OptionParams
拡張パラメータリスト
Declaration
[JsonProperty("optionParams")]
public OptionParams[] OptionParams { get; set; }
Property Value
Type | Description |
---|---|
OptionParams[] |
OrderId
取引ID
半角英数字 100 文字以内
取り消し処理を依頼する、マーチャント側で発番済みの注文管理ID ※Suicaに限り40桁を上限とする。
Declaration
[JsonProperty("orderId")]
public string OrderId { get; set; }
Property Value
Type | Description |
---|---|
string |
OrderKind
オーダー種別
半角英数字 10 文字以内
オーダー種別を指定します。
Declaration
[JsonProperty("orderKind")]
public string OrderKind { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceCommand
決済サービスコマンド
Declaration
[JsonIgnore]
public override string ServiceCommand { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ServiceOptionType
決済サービスオプション
半角英数字 配列 10 文字以内
決済サービスのオプションを指定します 例) モバイル-メール決済の場合: "suica-mobile-mail"
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
Methods
ToString()
ログ用文字列(マスク済み)を取得する
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | ログ用文字列(マスク済み) |
Overrides
object.ToString()