CheckoutInfo

constructor(price: Price? = null, lineItems: List<LineItem> = emptyList(), violations: List<Violation> = emptyList())