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

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

Properties

PropertyDescription
payment_process_status_codeGets or sets the payment processing status code.
payment_process_dateGets or sets the payment processing date.

See Also