OE90CustomerNumber
No description
type OE90CustomerNumber implements Chunk {
id: ID!
payload: String!
payloadSize: Int
mimeType: String
subType: String
timeCreated: Timestamp!
timeLastEdited: Timestamp!
acceptance: String
}
No description
type OE90CustomerNumber implements Chunk {
id: ID!
payload: String!
payloadSize: Int
mimeType: String
subType: String
timeCreated: Timestamp!
timeLastEdited: Timestamp!
acceptance: String
}
OE90CustomerNumber.id ● ID! non-null scalarOE90CustomerNumber.payload ● String! non-null scalarOE90CustomerNumber.payloadSize ● Int scalarOE90CustomerNumber.mimeType ● String scalarOE90CustomerNumber.subType ● String scalarOE90CustomerNumber.timeCreated ● Timestamp! non-null scalarOE90CustomerNumber.timeLastEdited ● Timestamp! non-null scalarOE90CustomerNumber.acceptance ● String scalarChunk interface