強制オンライン
名前空間: jp.veritrans.tercerog.mdk.dto半角数字 1桁
強制オンラインを指定します。 "0":未実施 "1":強制オンラインによる取引 paymentType=emvj1またはemvj2の場合で、アドバイス取引の場合に指定します。
アセンブリ: cg-mdk-dto (in cg-mdk-dto.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C# |
---|
public string ForcedOnline { get; set; } |
Visual Basic |
---|
Public Property ForcedOnline As String Get Set |
Visual C++ |
---|
public: property String^ ForcedOnline { String^ get (); void set (String^ value); } |