PaymentInquiryResponse

PaymentInquiryResponse class

Payment status inquiry response class.

public class PaymentInquiryResponse

Constructors

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

Properties

NameDescription
CheckNumber { get; set; }Gets or sets the check number assigned by the server to this payment.
PaymentProcessingStatus { get; set; }Gets or sets the PaymentProcessingStatus.
ServerId { get; set; }Gets or sets the ID assigned by the server to the payment being queried.

See Also