非接触区分
名前空間: jp.veritrans.tercerog.mdk.dto半角数字 1桁
非接触区分を指定します。 "1":非接触IC EMV相当 "2":非接触IC MS相当 paymentType=emvj1またはemvj2の場合で、非接触取引の場合に指定します。
アセンブリ: cg-mdk-dto (in cg-mdk-dto.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C# |
---|
public string contactlessType { get; set; } |
Visual Basic |
---|
Public Property contactlessType As String Get Set |
Visual C++ |
---|
public: property String^ contactlessType { String^ get (); void set (String^ value); } |