決済完了通知URL
名前空間: jp.veritrans.tercerog.mdk.dto半角英数字 256 文字以内
支払いを完了した後に遷移するURL
アセンブリ: cg-mdk-dto (in cg-mdk-dto.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C# |
---|
public string CompleteNoticeUrl { get; set; } |
Visual Basic |
---|
Public Property CompleteNoticeUrl As String Get Set |
Visual C++ |
---|
public: property String^ CompleteNoticeUrl { String^ get (); void set (String^ value); } |