PaymentModResponse

PaymentModResponse class

Payment modification response class.

public class PaymentModResponse : AbstractPaymentResponse

Constructors

NameDescription
PaymentModResponse()Initializes a new instance of PaymentModResponse class.

Properties

NameDescription
PaymentInfo { get; set; }Gets or sets the PaymentInfo.
PaymentProcessingStatus { get; set; }Gets or sets the PaymentProcessingStatus.
ServerId { get; set; }Gets or sets the ID assigned by the server to the payment.

See Also