RecurringPaymentModResponse

RecurringPaymentModResponse class

Classe di risposta alla modifica del pagamento ricorrente.

public class RecurringPaymentModResponse : AbstractRecurringPaymentResponse

Costruttori

NomeDescrizione
RecurringPaymentModResponse()Inizializza una nuova istanza diRecurringPaymentModResponse classe.

Proprietà

NomeDescrizione
FinalAmount { get; set; }Ottiene o imposta l’importo del pagamento finale.
InitialAmount { get; set; }Ottiene o imposta l’importo del pagamento iniziale.
ModifyPending { get; set; }True se il client ha richiesto al server di modificare i pagamenti in sospeso e futuri. Falso se il client non ha richiesto al server di modificare i pagamenti in sospeso e futuri.
PaymentInfo { get; set; }Ottiene o imposta ilPaymentInfo .
RecurringInstructions { get; set; }Ottiene o imposta ilRecurringInstructions .
RecurringServerId { get; set; }Ottiene o imposta l’ID assegnato dal server per questa transazione.

Guarda anche