Skip to content

ContactLegalDocumentAcceptanceInput

View normalized Markdown

Acceptance data for a legal document

graphql
input ContactLegalDocumentAcceptanceInput {
  legalDocumentId: ID!
  legalDocumentVersion: DateTime
}

Fields

ID of the accepted legal document.

publishedAt of the document version the customer saw. Required for public checkout.

Member Of

RequestPaymentInitiateInput input