PaymentsOtherConnectionsImport
type PaymentsOtherConnectionsImport implements Node {
id: ID!
createdAt: Time!
updatedAt: Time!
companyID: String!
importID: ID!
schemaID: ID!
propertyID: ID!
type: PaymentsOtherConnectionsImportType!
import: PaymentsImport!
}
Fields
PaymentsOtherConnectionsImport.id ● ID! non-null scalar
PaymentsOtherConnectionsImport.createdAt ● Time! non-null scalar
PaymentsOtherConnectionsImport.updatedAt ● Time! non-null scalar
PaymentsOtherConnectionsImport.companyID ● String! non-null scalar
PaymentsOtherConnectionsImport.importID ● ID! non-null scalar
PaymentsOtherConnectionsImport.schemaID ● ID! non-null scalar
PaymentsOtherConnectionsImport.propertyID ● ID! non-null scalar
PaymentsOtherConnectionsImport.type ● PaymentsOtherConnectionsImportType! non-null enum
PaymentsOtherConnectionsImport.import ● PaymentsImport! non-null object
Interfaces
Node interface
An object with an ID. Follows the Relay Global Object Identification Specification