TrustedSepaBeneficiary
Trusted SEPA Beneficiary type SEPA
type TrustedSepaBeneficiary implements TrustedBeneficiary {
id: ID!
transactions(
after: String
filters: TransactionsFiltersInput
first: Int! = 50
): TransactionConnection
createdAt: DateTime!
updatedAt: DateTime!
name: String!
label: String!
statusInfo: TrustedBeneficiaryStatusInfo!
type: BeneficiaryType!
iban: IBAN!
address: Address
}
Fields
TrustedSepaBeneficiary.id ● ID! non-null scalar
unique identifier of a trusted beneficiary
TrustedSepaBeneficiary.transactions ● TransactionConnection object
List of transactions associated with the Trusted Beneficiary.
TrustedSepaBeneficiary.transactions.after ● String scalar
When the list of elements needs to start after a element
TrustedSepaBeneficiary.transactions.filters ● TransactionsFiltersInput input
When the list of elements needs to be filtered
TrustedSepaBeneficiary.transactions.first ● Int! non-null scalar
number of elements in the list (default value 50)
TrustedSepaBeneficiary.createdAt ● DateTime! non-null scalar
created date
TrustedSepaBeneficiary.updatedAt ● DateTime! non-null scalar
updated date
TrustedSepaBeneficiary.name ● String! non-null scalar
full name of the beneficiary
TrustedSepaBeneficiary.label ● String! non-null scalar
label of the beneficiary
TrustedSepaBeneficiary.statusInfo ● TrustedBeneficiaryStatusInfo! non-null interface
status information
TrustedSepaBeneficiary.type ● BeneficiaryType! non-null enum
type of the beneficiary
TrustedSepaBeneficiary.iban ● IBAN! non-null scalar
IBAN if the beneficiary is a an account in an other financial institution
TrustedSepaBeneficiary.address ● Address object
beneficiary address
Interfaces
TrustedBeneficiary interface
TrustedBeneficiary
Member Of
AddTrustedSepaBeneficiariesSuccessPayload object ● AddTrustedSepaBeneficiarySuccessPayload object
Implemented By
Beneficiary union