Skip to main content

ChargeReference

No description

type ChargeReference {
amount: Int!
createdDate: DateTime!
id: UUID!
name: String
organizationId: UUID!
reference: String
updatedDate: DateTime!
}

Fields

NomTypeDescription
amountInt! non-null scalar
createdDateDateTime! non-null scalarThe creation date-time of the entity
idUUID! non-null scalarUnique identifier of the entity
nameString scalar
organizationIdUUID! non-null scalarUnique identifier of the entity's parent organization. Used for tenancy separation.
referenceString scalar
updatedDateDateTime! non-null scalarThe last update date-time of the entity RentReference