RecurringPaymentResponse

RecurringPaymentResponse class

Clase de respuesta de pago recurrente.

public class RecurringPaymentResponse : AbstractRecurringPaymentResponse

Constructores

NombreDescripción
RecurringPaymentResponse()Inicializa una nueva instancia deRecurringPaymentResponse clase.

Propiedades

NombreDescripción
Currency { get; set; }Obtiene o establece la moneda predeterminada para la respuesta de pago recurrente.
ExtendedPayee { get; set; }Obtiene o establece elExtendedPayee .
FinalAmount { get; set; }Obtiene o establece el monto del pago final.
InitialAmount { get; set; }Obtiene o establece el monto del pago inicial.
PayeeListId { get; set; }Obtiene o establece el ID de registro asignado por el servidor para este registro de beneficiario.
PaymentInfo { get; set; }Obtiene o establece elPaymentInfo .
RecurringInstructions { get; set; }Obtiene o establece elRecurringInstructions .
RecurringServerId { get; set; }Obtiene o establece el ID asignado por el servidor para esta transacción.

Ver también