PaymentAcknowledgementDocument
A document linked from a payment acknowledgement statement. Its token matches a <token>…</token> tag inside PaymentAcknowledgement.statement — wrap the tagged words in an anchor to url (open in a new tab). Never inject the statement as raw HTML.
type PaymentAcknowledgementDocument {
kind: PaymentAcknowledgementDocumentKind!
token: String!
url: URL!
}
Fields
PaymentAcknowledgementDocument.kind ● PaymentAcknowledgementDocumentKind! non-null enum
Semantic category of the document (TERMS, INFORMATION_OBLIGATION, PRIVACY_POLICY).
PaymentAcknowledgementDocument.token ● String! non-null scalar
Binding token — equals the tag name wrapping the linked words inside PaymentAcknowledgement.statement (e.g. terms ↔ <terms>…</terms>).
PaymentAcknowledgementDocument.url ● URL! non-null scalar
Absolute URL of the document to link to.
Member Of
PaymentAcknowledgement object