Skip to main content

Tax

No description

type Tax {
createdDate: DateTime!
id: UUID!
organizationId: UUID!
taxNotice: TaxNoticeType
updatedDate: DateTime!
}

Fields

NomTypeDescription
createdDateDateTime! non-null scalarThe creation date-time of the entity
idUUID! non-null scalarUnique identifier of the entity
organizationIdUUID! non-null scalarUnique identifier of the entity's parent organization. Used for tenancy separation.
taxNoticeTaxNoticeType enum
updatedDateDateTime! non-null scalarThe last update date-time of the entity PersonalProfile