Skip to main content

CheckoutContract

Representation of a contract in a checkout

type CheckoutContract {
id: Int
consent: Boolean
}

Fields

id ● Int

Internal id of the contract

consent ● Boolean

Has consent been given to this contract

Example

{}