OwnerInput
This is the Owner subdomain_entity
FR: Propriétaire
input OwnerInput {
creditIndexOffset: Int
creditIndexOffsetFrozen: Boolean
customReference: String
externalId: String
id: UUID
invoiceIndexOffset: Int
invoiceIndexOffsetFrozen: Boolean
isInvoicingEntity: Boolean!
minCreditIndexOffset: Int
minInvoiceIndexOffset: Int
ownerVatLegalMention: String
profile: ProfileInput!
}
Fields
| Nom | Type | Description |
|---|---|---|
| creditIndexOffset | Int scalar | — |
| creditIndexOffsetFrozen | Boolean scalar | — |
| customReference | String scalar | — |
| externalId | String scalar | — |
| id | UUID scalar | Unique identifier of the entity |
| invoiceIndexOffset | Int scalar | — |
| invoiceIndexOffsetFrozen | Boolean scalar | — |
| isInvoicingEntity | Boolean! non-null scalar | — |
| minCreditIndexOffset | Int scalar | — |
| minInvoiceIndexOffset | Int scalar | — |
| ownerVatLegalMention | String scalar | — |
| profile | ProfileInput! non-null input | createOwner updateOwner |