Worldline Connect Node.js SDK
Preparing search index...
v1/model/domain
MandateSepaDirectDebit
Interface MandateSepaDirectDebit
interface
MandateSepaDirectDebit
{
bankAccountIban
?:
BankAccountIban
|
null
;
creditor
?:
Creditor
|
null
;
customerContractIdentifier
?:
string
|
null
;
debtor
?:
Debtor
|
null
;
isRecurring
?:
boolean
|
null
;
mandateApproval
?:
MandateApproval
|
null
;
mandateId
?:
string
|
null
;
preNotification
?:
string
|
null
;
}
Hierarchy (
View Summary
)
MandateSepaDirectDebitWithMandateId
MandateSepaDirectDebit
Index
Properties
bank
Account
Iban?
creditor?
customer
Contract
Identifier?
debtor?
is
Recurring?
mandate
Approval?
mandate
Id?
pre
Notification?
Properties
Optional
bank
Account
Iban
bankAccountIban
?:
BankAccountIban
|
null
Optional
creditor
creditor
?:
Creditor
|
null
Optional
customer
Contract
Identifier
customerContractIdentifier
?:
string
|
null
Optional
debtor
debtor
?:
Debtor
|
null
Optional
is
Recurring
isRecurring
?:
boolean
|
null
Optional
mandate
Approval
mandateApproval
?:
MandateApproval
|
null
Optional
mandate
Id
mandateId
?:
string
|
null
Optional
pre
Notification
preNotification
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bank
Account
Iban
creditor
customer
Contract
Identifier
debtor
is
Recurring
mandate
Approval
mandate
Id
pre
Notification
Worldline Connect Node.js SDK
Loading...