TrustedBeneficiary
TrustedBeneficiary
interface TrustedBeneficiary {
id: ID!
transactions(
first: Int! = 50
after: String
filters: TransactionsFiltersInput
): TransactionConnection
createdAt: DateTime!
updatedAt: DateTime!
name: String!
label: String!
statusInfo: TrustedBeneficiaryStatusInfo!
type: BeneficiaryType!
}
Fields
TrustedBeneficiary.id
● ID!
non-null scalar
unique identifier of a trusted beneficiary
TrustedBeneficiary.transactions
● TransactionConnection
object
List of transactions associated with the Trusted Beneficiary.
TrustedBeneficiary.transactions.first
● Int!
non-null scalar
number of elements in the list (default value 50)
TrustedBeneficiary.transactions.after
● String
scalar
When the list of elements needs to start after a element
TrustedBeneficiary.transactions.filters
● TransactionsFiltersInput
input
When the list of elements needs to be filtered
TrustedBeneficiary.createdAt
● DateTime!
non-null scalar
created date
TrustedBeneficiary.updatedAt
● DateTime!
non-null scalar
updated date
TrustedBeneficiary.name
● String!
non-null scalar
full name of the beneficiary
TrustedBeneficiary.label
● String!
non-null scalar
label of the beneficiary
TrustedBeneficiary.statusInfo
● TrustedBeneficiaryStatusInfo!
non-null interface
status information
TrustedBeneficiary.type
● BeneficiaryType!
non-null enum
type of the beneficiary
Returned By
trustedBeneficiary
query
Member Of
TrustedBeneficiaryEdge
object
Implemented By
TrustedInternalBeneficiary
object ● TrustedInternationalBeneficiary
object ● TrustedSepaBeneficiary
object