createCheckoutInfo

abstract fun createCheckoutInfo(backendCart: BackendCart, checkoutInfoResult: CheckoutInfoResult? = null, timeout: Long = -1)

Creates a checkout info with mandatory price calculation and available payment methods. This document can be used to show the real price to the user and it can be used to start a checkout process as input of {@link #createPaymentProcess}