PayNowIDオブジェクト
オブジェクト
PayNowID用項目を格納するオブジェクト
名前空間: jp.veritrans.tercerog.mdk.dtoオブジェクト
PayNowID用項目を格納するオブジェクト
アセンブリ: cg-mdk-dto (in cg-mdk-dto.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C# |
---|
public PayNowIdResponse PayNowIdResponse { get; set; } |
Visual Basic |
---|
Public Property PayNowIdResponse As PayNowIdResponse Get Set |
Visual C++ |
---|
public: property PayNowIdResponse^ PayNowIdResponse { PayNowIdResponse^ get (); void set (PayNowIdResponse^ value); } |