ChargeReference
No description
type ChargeReference {
amount: Int!
createdDate: DateTime!
id: UUID!
name: String
organizationId: UUID!
reference: String
updatedDate: DateTime!
}
Fields
| Nom | Type | Description |
|---|---|---|
| amount | Int! non-null scalar | — |
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| id | UUID! non-null scalar | Unique identifier of the entity |
| name | String scalar | — |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| reference | String scalar | — |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity RentReference |