Name | Description | Type | Additional information |
---|---|---|---|
SessionKey |
Session key if an account was created, empty if an authenticated session key was passed in |
string | |
AccountRegistered |
True if an acount was created |
boolean | |
MembershipDonationAdded |
True if the membership was successfuly added to the order |
boolean | |
AdditionalDonationAdded |
True if the additional donation was successfuly added to the order |
boolean | |
AutoRenewalPaymentSaved |
True if the payment was successfuly saved to the account |
boolean | |
AddOnMembershipsAdded |
List of add-on membership(s) that were successfuly added to the order |
Collection of AddOnMembership | |
MembershipPurchaseSessionKey | string | ||
TotalAmountAddedToCart |
Total of all items added to the cart |
decimal number | |
PurchaseCompleted |
True if the transaction was successful |
boolean | |
OrderEmailSent |
True if the order confirmation email was succesfully sent |
boolean | |
OrderNumber |
Id of the membership purchase order |
integer | |
PrimaryAddressError |
True if the primary address for an existing user cound not be found or set for the order |
boolean | |
NewSessionKey |
The new session key for this user, required after a Tessitura checkout |
string | |
Error |
Contains any additional error information |
Collection of string | |
Status |
Tessitura Status from REST API Cart.Checkout call |
string | |
Message |
Tessitura Message from REST API Cart.Checkout call |
string |