Skip to main content

PaymentsImport

type PaymentsImport implements Node {
id: ID!
createdAt: Time!
updatedAt: Time!
companyID: String!
name: String!
status: PaymentsImportStatus!
legalCreditDonorID: ID!
legalCreditDonorKeyID: ID!
userID: String
flatfileSpaceID: String!
flatfileWorkbookID: String!
records: [PaymentsImportRecord!]
spaceAccessToken: String!
user: User
}

Fields

PaymentsImport.id ● ID! non-null scalar

PaymentsImport.createdAt ● Time! non-null scalar

PaymentsImport.updatedAt ● Time! non-null scalar

PaymentsImport.companyID ● String! non-null scalar

PaymentsImport.name ● String! non-null scalar

PaymentsImport.status ● PaymentsImportStatus! non-null enum

PaymentsImport.legalCreditDonorID ● ID! non-null scalar

PaymentsImport.legalCreditDonorKeyID ● ID! non-null scalar

PaymentsImport.userID ● String scalar

PaymentsImport.flatfileSpaceID ● String! non-null scalar

PaymentsImport.flatfileWorkbookID ● String! non-null scalar

PaymentsImport.records ● [PaymentsImportRecord!] list object

PaymentsImport.spaceAccessToken ● String! non-null scalar

PaymentsImport.user ● User object

Interfaces

Node interface

An object with an ID. Follows the Relay Global Object Identification Specification

Returned By

createPaymentsImport mutation ● getPaymentsImport query

Member Of

PaymentsImportEdge object ● PaymentsImportRecord object ● PaymentsOtherConnectionsImport object