NotificationSaveResult クラス
名前空間
使用方法
このクラスは、非同期支払で使用されます。NotificiationClient.record 操作の戻り値の型であり、支払プラットフォームが通知の詳細を保存しようとした結果が含まれます。
このクラスのコンストラクターは、引数を取りません。次に例を示します。
CommercePayments.NotificationSaveResult nsr = new CommercePayments.NotificationSaveResult();例
commercepayments.NotificationSaveResult saveResult = commercepayments.NotificationClient.record(notification);