VoucherConfiguration
The limited synchronization projection shared by Management v1 records.
graphql
type VoucherConfiguration {
discardedAt: DateTime
id: ID!
name: String
number: String
tombstone: Boolean!
updatedAt: DateTime!
}
Fields
VoucherConfiguration.discardedAt · DateTime scalar
When the record was discarded; null for an active record.
VoucherConfiguration.id · ID! non-null scalar
Stable record identifier.
VoucherConfiguration.name · String scalar
Display name when the resource provides one.
VoucherConfiguration.number · String scalar
External-facing record number when the resource provides one.
VoucherConfiguration.tombstone · Boolean! non-null scalar
True when the discarded record represents a removal to propagate locally.
VoucherConfiguration.updatedAt · DateTime! non-null scalar
Timestamp used for incremental synchronization and cursor ordering.