PaymentProcessingStatus

PaymentProcessingStatus class

The class contains the current processing status for a payment. This class is intended to describe status changes to the associated payment after creation.

public class PaymentProcessingStatus

Constructors

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

Properties

NameDescription
PaymentProcessDate { get; set; }Gets or sets the payment processing date.
PaymentProcessStatusCode { get; set; }Gets or sets the payment processing status code.

See Also