Interface IRequestDto
要求DTOのインターフェイス
Namespace: jp.veritrans.tercerog.mdk
Assembly: cg-mdk.dll
Syntax
public interface IRequestDto
Properties
MaskedLog
マスクしたJSON文字列
Declaration
string MaskedLog { set; }
Property Value
Type | Description |
---|---|
string |
ServiceCommand
サービスコマンドを取得する
Declaration
string ServiceCommand { get; }
Property Value
Type | Description |
---|---|
string |
ServiceType
サービスタイプを取得する
Declaration
string ServiceType { get; }
Property Value
Type | Description |
---|---|
string |