ProcessPaymentStatusResult Class
Represents the result of processing a payment status update.
Namespace
ProcessPaymentStatusResult Properties
The following are properties for ProcessPaymentStatusResult.
status
The processing status of the payment status update.
Signature
public RichMessaging.ProcessPaymentResultStatus status {get; set;}
Property Value
message
An optional message describing the result.
Signature
public String message {get; set;}
Property Value
Type: String