ProcessPaymentResult Class
Represents the result of a payment processing operation.
Namespace
ProcessPaymentResult Constructors
The following are constructors for ProcessPaymentResult.
ProcessPaymentResult(resultStatus, errorMessage)
Creates a new instance of the RichMessaging.ProcessPaymentResult class.
Signature
public ProcessPaymentResult(RichMessaging.ProcessPaymentResultStatus resultStatus, String errorMessage)
Parameters
- resultStatus
- Type: RichMessaging.ProcessPaymentResultStatus
- The status of the payment processing result.
- errorMessage
- Type: String
- The error message associated with the payment processing result, if any.
ProcessPaymentResult(resultStatus)
Creates a new instance of the RichMessaging.ProcessPaymentResult class.
Signature
public ProcessPaymentResult(RichMessaging.ProcessPaymentResultStatus resultStatus)
Parameters
- resultStatus
- Type: RichMessaging.ProcessPaymentResultStatus
- The status of the payment processing result.
ProcessPaymentResult Properties
The following are properties for ProcessPaymentResult.
errorMessage
The error message associated with the payment processing result, if any.
Signature
public String errorMessage {get; set;}
Property Value
Type: String