InvestmentsRegistration
No description
type InvestmentsRegistration {
createdAt: DateString!
errorMessage: String
gateway: String!
registrationStatus: InvestmentsRegistrationStatus!
}
Fields
InvestmentsRegistration.createdAt
● DateString!
non-null scalar
Creation date
InvestmentsRegistration.errorMessage
● String
scalar
Error message returned on failed account creation
InvestmentsRegistration.gateway
● String!
non-null scalar
The investments gateway through which we will access this account
InvestmentsRegistration.registrationStatus
● InvestmentsRegistrationStatus!
non-null enum
Maps to the InvestmentsRegistrationStatus enum