Class PaymentOperationResultModel
- Namespace
- Dynamicweb.Ecommerce.Orders.Gateways
- Assembly
- Dynamicweb.Ecommerce.dll
The model used for result of payment controller operation
public class PaymentOperationResultModel
- Inheritance
-
PaymentOperationResultModel
- Inherited Members
Fields
Message
The extended message about result or error description.
public string Message
Field Value
Status
The status of operation
public string Status
Field Value
Methods
ToJson()
Converts model to JSON.
public string ToJson()