TrustedBeneficiaryConsentPendingStatusInfo
TrustedBeneficiary status consent pending
type TrustedBeneficiaryConsentPendingStatusInfo implements TrustedBeneficiaryStatusInfo {
status: TrustedBeneficiaryStatus!
consent: Consent!
}
Fields
TrustedBeneficiaryConsentPendingStatusInfo.status
● TrustedBeneficiaryStatus!
non-null enum
status of the beneficiary (set to ConsentPending
)
TrustedBeneficiaryConsentPendingStatusInfo.consent
● Consent!
non-null object
The consent required to initiate this beneficiary
Interfaces
TrustedBeneficiaryStatusInfo
interface
TrustedBeneficiary status information