Skip to main content

SubmitDependentCardApplicationPayload

Treasury Prime Domain model representing a Dependent Card Application.

type SubmitDependentCardApplicationPayload {
accountId: String!
id: String!
personApplicationId: String!
status: DependentCardApplicationStatus!
}

Fields

SubmitDependentCardApplicationPayload.accountId ● String! non-null scalar

The ID of the Treasury Prime Account associated with this application.

SubmitDependentCardApplicationPayload.id ● String! non-null scalar

The ID of the Dependent Card Application

SubmitDependentCardApplicationPayload.personApplicationId ● String! non-null scalar

The ID of the Treasury Prime Person Application associated with this Dependent Card application.

SubmitDependentCardApplicationPayload.status ● DependentCardApplicationStatus! non-null enum

The status of the Dependent Card application (pending, error, approved).

Returned by

submitDependentCardApplication mutation