Class RecurringPaymentModResponse

RecurringPaymentModResponse class

定期支払い変更応答クラス.

public class RecurringPaymentModResponse : AbstractRecurringPaymentResponse

コンストラクター

名前 説明
RecurringPaymentModResponse() の新しいインスタンスを初期化しますRecurringPaymentModResponseclass.

プロパティ

名前 説明
FinalAmount { get; set; } 最終支払い額を取得または設定します。
InitialAmount { get; set; } 初回支払い額を取得または設定します。
ModifyPending { get; set; } サーバーが保留中および将来の支払いを変更するようにクライアントが要求した場合は true。サーバーが保留中および将来の支払いを変更することをクライアントが要求しなかった場合は False.
PaymentInfo { get; set; } を取得または設定しますPaymentInfo.
RecurringInstructions { get; set; } を取得または設定しますRecurringInstructions.
RecurringServerId { get; set; } このトランザクションのサーバー割り当て ID を取得または設定します。

関連項目