| Member |
Type |
Description |
| AllowPurchaseOrder |
Boolean |
|
| AllowUserRegistration |
Boolean |
|
| AvailabilityMessage |
String |
Message to print if checkout is disallowed. |
| AvailablePaymentMethods |
List<PaymentMethodModel> |
Available and allowed payment methods. |
| AvailableRewardsPoints |
Integer |
Number of available points to redeem. |
| Cart |
CartModel |
|
| Checkout |
CheckoutModel |
|
| Confirmation |
ConfirmationModel |
|
| DefaultBillingCity |
String |
|
| DefaultBillingCompany |
String |
|
| DefaultBillingCountryCode |
String |
|
| DefaultBillingEmail |
String |
|
| DefaultBillingFirstName |
String |
|
| DefaultBillingLastName |
String |
|
| DefaultBillingPhone |
String |
|
| DefaultBillingPostalCode |
String |
|
| DefaultBillingStreet |
String |
|
| DefaultBillingSubdivisionCode |
String |
|
| DefaultBusinessTaxNumber |
String |
|
| DefaultShippingCity |
String |
|
| DefaultShippingCompany |
String |
|
| DefaultShippingCountryCode |
String |
|
| DefaultShippingEmail |
String |
|
| DefaultShippingFirstName |
String |
|
| DefaultShippingLastName |
String |
|
| DefaultShippingPhone |
String |
|
| DefaultShippingPostalCode |
String |
|
| DefaultShippingStreet |
String |
|
| DefaultShippingSubdivisionCode |
String |
|
| DefaultShippingPostalCode |
String |
|
| DefaultShippingStreet |
String |
|
| DefaultShippingSubdivisionCode |
String |
|
| GeneralError |
String |
General error returned by the server if checkout state becomes invalid. |
| GeneralWarning |
String |
General warning returned by the server regarding the state of the checkout. |
| IsAvailable |
Boolean |
Determine if checkout is available for customer. |
| Login |
LoginModel |
|
| MinRewardsPointRedeemQuantity |
Integer |
Minimum points that can be redeemed. |
| PrimaryPaymentMethod |
PaymentMethodType? |
|
| PrimaryUserPaymentGUID |
GUID? |
|
| Registration |
RegistrationModel |
|
RequireProfileSubdivision |
Boolean |
OBSOLETE
If a subdivision address must be specified to complete checkout. |
| SalesOrderSet |
SalesOrderSetModel |
|
| Shopping |
ShoppingModel |
|
| ShowBusinessTaxNumber |
Boolean |
|
| ShowCoupon |
Boolean |
|
| ShowPurchaseOrderNumber |
Boolean |
|
| ShowRewardsPoint |
Boolean |
|
| UserAddresses |
List<UserAddressModel> |
|
| UserPayments |
List<UserPaymentModel> |
|
| ValidationResults |
List<ValidationResultModel> |
|