DirectDebitTransactionRequest Konstruktor |
Girocheckout
Namensraum:
GiroSolution.GiroCheckout.Request
Assembly:
GiroCheckout (in GiroCheckout.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic DirectDebitTransactionRequest(
Project project,
string merchantTxId,
int amount,
string currency,
string purpose,
string type,
string bankcode,
string bankaccount,
string iban,
string accountHolder,
string mandateReference,
string mandateSignedOn,
string mandateReceiverName,
Nullable<int> mandateSequence,
string pkn,
string urlNotify
)
Parameter
- project
- Typ: GiroSolution.GiroCheckoutProject
- merchantTxId
- Typ: SystemString
- amount
- Typ: SystemInt32
- currency
- Typ: SystemString
- purpose
- Typ: SystemString
- type
- Typ: SystemString
- bankcode
- Typ: SystemString
- bankaccount
- Typ: SystemString
- iban
- Typ: SystemString
- accountHolder
- Typ: SystemString
- mandateReference
- Typ: SystemString
- mandateSignedOn
- Typ: SystemString
- mandateReceiverName
- Typ: SystemString
- mandateSequence
- Typ: SystemNullableInt32
- pkn
- Typ: SystemString
- urlNotify
- Typ: SystemString
Siehe auch