Skip to main content

TrustedInternalBeneficiary

Trusted Internal Beneficiary

type TrustedInternalBeneficiary implements TrustedBeneficiary {
id: ID!
transactions(
first: Int! = 50
after: String
filters: TransactionsFiltersInput
): TransactionConnection
createdAt: DateTime!
updatedAt: DateTime!
name: String!
label: String!
statusInfo: TrustedBeneficiaryStatusInfo!
type: BeneficiaryType!
accountId: ID!
}

Fields

TrustedInternalBeneficiary.id ● ID! non-null scalar

unique identifier of a trusted beneficiary

TrustedInternalBeneficiary.transactions ● TransactionConnection object

List of transactions associated with the Trusted Beneficiary.

TrustedInternalBeneficiary.transactions.first ● Int! non-null scalar

number of elements in the list (default value 50)

TrustedInternalBeneficiary.transactions.after ● String scalar

When the list of elements needs to start after a element

TrustedInternalBeneficiary.transactions.filters ● TransactionsFiltersInput input

When the list of elements needs to be filtered

TrustedInternalBeneficiary.createdAt ● DateTime! non-null scalar

created date

TrustedInternalBeneficiary.updatedAt ● DateTime! non-null scalar

updated date

TrustedInternalBeneficiary.name ● String! non-null scalar

full name of the beneficiary

TrustedInternalBeneficiary.label ● String! non-null scalar

label of the beneficiary

TrustedInternalBeneficiary.statusInfo ● TrustedBeneficiaryStatusInfo! non-null interface

status information

TrustedInternalBeneficiary.type ● BeneficiaryType! non-null enum

type of the beneficiary

TrustedInternalBeneficiary.accountId ● ID! non-null scalar

beneficiary account Id

Interfaces

TrustedBeneficiary interface

TrustedBeneficiary