SupportingDocumentCollection
Collection of supporting documents used for compliance
Fetching SupportingDocument is restricted to Project access token
type SupportingDocumentCollection {
id: String!
statusInfo: SupportingDocumentCollectionStatusInfo!
createdAt: DateTime!
updatedAt: DateTime!
supportingDocuments: [SupportingDocument]!
requiredSupportingDocumentPurposes: [SupportingDocumentPurpose!]!
accountHolder: SupportingDocumentAccountHolder!
onboarding: SupportingDocumentOnboarding!
projectInfo: ProjectInfo!
supportingDocumentCollectionUrl: String!
type: SupportingDocumentCollectionType!
transaction: SupportingDocumentTransaction!
relatedInfo: SupportingDocumentCollectionRelatedInfo!
}
Fields
SupportingDocumentCollection.id
● String!
non-null scalar
Unique identifier of the supporting document collection
SupportingDocumentCollection.statusInfo
● SupportingDocumentCollectionStatusInfo!
non-null interface
Status of the supporting document collection
SupportingDocumentCollection.createdAt
● DateTime!
non-null scalar
Created date
SupportingDocumentCollection.updatedAt
● DateTime!
non-null scalar
Updated date
SupportingDocumentCollection.supportingDocuments
● [SupportingDocument]!
non-null object
List of supported documents contained in the supporting document collection
SupportingDocumentCollection.requiredSupportingDocumentPurposes
● [SupportingDocumentPurpose!]!
non-null object
List of required supporting document purposes for this supporting document collection
SupportingDocumentCollection.accountHolder
● SupportingDocumentAccountHolder!
non-null object
SupportingDocumentCollection.onboarding
● SupportingDocumentOnboarding!
non-null object
SupportingDocumentCollection.projectInfo
● ProjectInfo!
non-null object
SupportingDocumentCollection.supportingDocumentCollectionUrl
● String!
non-null scalar
SupportingDocumentCollection URL to Swan portal
SupportingDocumentCollection.type
● SupportingDocumentCollectionType!
non-null enum
SupportingDocumentCollection.transaction
● SupportingDocumentTransaction!
non-null object
SupportingDocumentCollection.relatedInfo
● SupportingDocumentCollectionRelatedInfo!
non-null interface
Returned By
supportingDocumentCollection
query
Member Of
Onboarding
object ● OnboardingInfo
object ● RequestSupportingDocumentCollectionReviewSuccessPayload
object ● SupportingDocumentCollectionEdge
object ● SupportingDocumentCollectionStatusDoesNotAllowDeletionRejection
object ● SupportingDocumentCollectionStatusDoesNotAllowUpdateRejection
object