Type alias CheckoutResult

CheckoutResult: { errorMessage?: string; results?: ApplySubscriptionResults; success: boolean }

Type declaration