Skip to main content

SignatureInfo

Information about the signature status of a DividedPerformanceReport.

type SignatureInfo {
rejectedAt: LocalDateTime
rejectionReason: String
requestedAt: LocalDateTime
requestedBy: PersonalData
signedAt: LocalDateTime
signedBy: PersonalData
status: SignatureStatus!
}

Fields

SignatureInfo.rejectedAt ● LocalDateTime scalar

Timestamp the signature was rejected by the client.

SignatureInfo.rejectionReason ● String scalar

The reason this signature was rejected.

SignatureInfo.requestedAt ● LocalDateTime scalar

Timestamp the signature was requested.

SignatureInfo.requestedBy ● PersonalData object

Personal data about the person which requested the signature.

SignatureInfo.signedAt ● LocalDateTime scalar

Timestamp the signature was given.

SignatureInfo.signedBy ● PersonalData object

Personal data about the person which signed the report.

SignatureInfo.status ● SignatureStatus! non-null enum

The status of the signature.

Member Of

DividedPerformanceReport object