Skip to main content

InternalPaymentDirectDebitMandate

Payment direct debit mandate for Internal

type InternalPaymentDirectDebitMandate implements InternalDirectDebitMandate, PaymentDirectDebitMandate, PaymentMandate {
id: ID!
transactions(
first: Int! = 50
after: String
orderBy: TransactionsOrderByInput
filters: TransactionsFiltersInput
): TransactionConnection
reference: String!
scheme: InternalPaymentMandateScheme!
statusInfo: PaymentMandateStatusInfo!
sequence: PaymentMandateSequence!
mandateDocumentUrl: String!
debtor: InternalPaymentMandateDebtor!
ultimateCreditorName: String
creditor: InternalPaymentMandateCreditor!
signatureDate: Date
createdAt: DateTime!
updatedAt: DateTime!
executedAt: DateTime
expiredAt: Date
accountHolder: AccountHolder!
language: String!
name: String
}

Fields

InternalPaymentDirectDebitMandate.id ● ID! non-null scalar

Unique identifier of the Internal Direct Debit Payment Mandate

InternalPaymentDirectDebitMandate.transactions ● TransactionConnection object

List of transactions associated with the Internal Payment Direct Debit Mandate.

Implements the Relay Connection interface, used to paginate list of element (Learn More)

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

the number of elements to load (default value 50, maximum: 100)

InternalPaymentDirectDebitMandate.transactions.after ● String scalar

the index (a unique reference in string form) from which you will load the following elements

InternalPaymentDirectDebitMandate.transactions.orderBy ● TransactionsOrderByInput input

an order you can apply to your list of connections (default value UpdatedAt desc)

InternalPaymentDirectDebitMandate.transactions.filters ● TransactionsFiltersInput input

a filtering table you can apply to your list of connections

InternalPaymentDirectDebitMandate.reference ● String! non-null scalar

Unique reference of the Internal Direct Debit Payment Mandate

InternalPaymentDirectDebitMandate.scheme ● InternalPaymentMandateScheme! non-null enum

Internal Direct Debit Payment Mandate scheme

InternalPaymentDirectDebitMandate.statusInfo ● PaymentMandateStatusInfo! non-null interface

Internal Direct Debit Payment Mandate status information

InternalPaymentDirectDebitMandate.sequence ● PaymentMandateSequence! non-null enum

Internal Direct Debit Payment Mandate sequence

InternalPaymentDirectDebitMandate.mandateDocumentUrl ● String! non-null scalar

Internal Direct Debit Payment Mandate PDF document URL

InternalPaymentDirectDebitMandate.debtor ● InternalPaymentMandateDebtor! non-null object

Internal Direct Debit Payment Mandate debtor information

InternalPaymentDirectDebitMandate.ultimateCreditorName ● String scalar

Internal direct debit ultimate creditor name

InternalPaymentDirectDebitMandate.creditor ● InternalPaymentMandateCreditor! non-null object

Internal Direct Debit Payment Mandate creditor information

InternalPaymentDirectDebitMandate.signatureDate ● Date scalar

Signature date of the Internal Direct Debit Payment Mandate

InternalPaymentDirectDebitMandate.createdAt ● DateTime! non-null scalar

Creation date of the Internal Direct Debit Payment Mandate

InternalPaymentDirectDebitMandate.updatedAt ● DateTime! non-null scalar

Last Update date of the Internal Direct Debit Payment Mandate

InternalPaymentDirectDebitMandate.executedAt ● DateTime scalar

Date of the the last transaction executed for the concerned Internal Direct Debit Payment Mandate

InternalPaymentDirectDebitMandate.expiredAt ● Date scalar

Expiry date of the Internal Direct Debit Payment Mandate

InternalPaymentDirectDebitMandate.accountHolder ● AccountHolder! non-null object

Account Holder information

InternalPaymentDirectDebitMandate.language ● String! non-null scalar

Language that will be used to produce the mandate PDF document

InternalPaymentDirectDebitMandate.name ● String scalar

Custom name of the mandate

Interfaces

InternalDirectDebitMandate interface

PaymentDirectDebitMandate interface

PaymentMandate interface

Member Of

AddInternalDirectDebitPaymentMandateSuccessPayload object