PaymentResponse

PaymentResponse class

Payment response class.

public class PaymentResponse : AbstractPaymentResponse

Constructors

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

Properties

NameDescription
CheckNumber { get; set; }Gets or sets the check number
Currency { get; set; }Gets or sets the default currency for the Payment Response.
ExtendedPayee { get; set; }Gets or sets the ExtendedPayee.
PayeeListId { get; set; }Gets or sets the server assigned payee list record ID for this payee.
PaymentInfo { get; set; }Gets or sets the PaymentInfo.
PaymentProcessingStatus { get; set; }Gets or sets the PaymentProcessingStatus.
ReferenceServerId { get; set; }Gets or sets the references the payment if it was generated by a payment.
ServerId { get; set; }Gets or sets the ID assigned by the server to the payment.

See Also