CheckoutResponse Class Members
In This Topic
The following tables list the members exposed by CheckoutResponse.
Public Constructors
Public Properties
| Name | Description |
| Order |
Gets the resulting order
|
| OrderId |
Gets the id of the resulting order
|
| OrderNumber |
Gets the number of the resulting order
|
| Success |
Gets a value indicating whether the checkout request is successful
|
| WarningMessages |
Gets the warning messages that may have occured during the checkout
|
Top
Extension Methods
| Name | Description |
| ToQueryString | Overloaded.
Use this method to bulid query string from NameValueCollection
|
Top
See Also