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