CreditCardTransactionRequest Konstruktor |
Girocheckout
Namensraum:
GiroSolution.GiroCheckout.Request
Assembly:
GiroCheckout (in GiroCheckout.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic CreditCardTransactionRequest(
Project project,
string merchantTxId,
int amount,
string currency,
string purpose,
string type,
string locale,
Nullable<int> mobile,
string pkn,
Nullable<int> recurring,
string indicator,
string urlRedirect,
string urlNotify,
string tds2Address,
string tds2Postcode,
string tds2City,
string tds2Country,
string tds2Optional
)
Parameter
- project
- Typ: GiroSolution.GiroCheckoutProject
- merchantTxId
- Typ: SystemString
- amount
- Typ: SystemInt32
- currency
- Typ: SystemString
- purpose
- Typ: SystemString
- type
- Typ: SystemString
- locale
- Typ: SystemString
- mobile
- Typ: SystemNullableInt32
- pkn
- Typ: SystemString
- recurring
- Typ: SystemNullableInt32
- indicator
- Typ: SystemString
- urlRedirect
- Typ: SystemString
- urlNotify
- Typ: SystemString
- tds2Address
- Typ: SystemString
- tds2Postcode
- Typ: SystemString
- tds2City
- Typ: SystemString
- tds2Country
- Typ: SystemString
- tds2Optional
- Typ: SystemString
Siehe auch