PaymentProcessingStatus class

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.

The PaymentProcessingStatus type exposes the following members:

Constructors

Constructor Description
PaymentProcessingStatus() Initializes a new instance of PaymentProcessingStatus class.

Properties

Property Description
payment_process_status_code Gets or sets the payment processing status code.
payment_process_date Gets or sets the payment processing date.

See Also