CreditBatchListAPI
No description
type CreditBatchListAPI {
clientId: ID!
creditAccountId: ID
creditBatches: [CreditBatch!]
pageInfo: CursorPageInfo
}
No description
type CreditBatchListAPI {
clientId: ID!
creditAccountId: ID
creditBatches: [CreditBatch!]
pageInfo: CursorPageInfo
}
CreditBatchListAPI.clientId
● ID!
non-null scalarCreditBatchListAPI.creditAccountId
● ID
scalarCreditBatchListAPI.creditBatches
● [CreditBatch!]
list objectCreditBatchListAPI.pageInfo
● CursorPageInfo
object