PaymentSDK
Mobile payment SDK
de.wirecard.paymentsdk.WirecardTransactionType Enum Reference

List of transaction types. More...

+ Inheritance diagram for de.wirecard.paymentsdk.WirecardTransactionType:
+ Collaboration diagram for de.wirecard.paymentsdk.WirecardTransactionType:

Public Instance Methods

 WirecardTransactionType (String value)
 
String getValue ()
 

Public Fields

 AUTHORIZATION =("authorization")
 Reserves funds from the Card Holder's account. 7 days left to conduct a. More...
 
 AUTHORIZATION_ONLY =("authorization-only")
 Verifies the card's validity without leaving an authorized amount. More...
 
 PURCHASE =("purchase")
 Takes funds from the Card Holder's account. A one-step process to conduct two transaction types: More...
 
 CAPTURE_AUTHORIZATION =("capture-authorization")
 Takes funds from the Card Holder's account. Must follow an. More...
 
 REFERENCED_AUTHORIZATION =("referenced-authorization")
 Reserve funds from the Card Holder's account. Identical to a. More...
 
 REFERENCED_PURCHASE =("referenced-purchase")
 Takes funds from the Card Holder's account. Identical to a. More...
 
 DEBIT =("debit")
 Moves funds from the Account Holder to the Merchant. More...
 
 PENDING_DEBIT =("pending-debit")
 Represents the request for a debit. If the transaction state is success, then the outcome of the debit is not yet known. More...
 
 REFUND_DEBIT =("refund-debit")
 Moves funds from the Merchant to the Account Holder. More...
 

Private Fields

String value
 

Detailed Description

List of transaction types.

Constructor & Destructor Documentation

de.wirecard.paymentsdk.WirecardTransactionType.WirecardTransactionType ( String  value)
inline

Method Documentation

String de.wirecard.paymentsdk.WirecardTransactionType.getValue ( )
inline
Returns
transaction type enum text value

Member Data Documentation

de.wirecard.paymentsdk.WirecardTransactionType.AUTHORIZATION =("authorization")

Reserves funds from the Card Holder's account. 7 days left to conduct a.

See also
WirecardTransactionType::CAPTURE_AUTHORIZATION on the transaction.
de.wirecard.paymentsdk.WirecardTransactionType.AUTHORIZATION_ONLY =("authorization-only")

Verifies the card's validity without leaving an authorized amount.

de.wirecard.paymentsdk.WirecardTransactionType.CAPTURE_AUTHORIZATION =("capture-authorization")

Takes funds from the Card Holder's account. Must follow an.

See also
WirecardTransactionType::AUTHORIZATION
de.wirecard.paymentsdk.WirecardTransactionType.DEBIT =("debit")

Moves funds from the Account Holder to the Merchant.

de.wirecard.paymentsdk.WirecardTransactionType.PENDING_DEBIT =("pending-debit")

Represents the request for a debit. If the transaction state is success, then the outcome of the debit is not yet known.

de.wirecard.paymentsdk.WirecardTransactionType.PURCHASE =("purchase")

Takes funds from the Card Holder's account. A one-step process to conduct two transaction types:

See also
WirecardTransactionType::AUTHORIZATION and
WirecardTransactionType::CAPTURE_AUTHORIZATION
de.wirecard.paymentsdk.WirecardTransactionType.REFERENCED_AUTHORIZATION =("referenced-authorization")

Reserve funds from the Card Holder's account. Identical to a.

See also
WirecardTransactionType::AUTHORIZATION except for the fact that it Refers to a previous
WirecardTransactionType::AUTHORIZATION transaction.
de.wirecard.paymentsdk.WirecardTransactionType.REFERENCED_PURCHASE =("referenced-purchase")

Takes funds from the Card Holder's account. Identical to a.

See also
WirecardTransactionType::PURCHASE except for the fact that it refers to a previous
WirecardTransactionType::PURCHASE transaction.
de.wirecard.paymentsdk.WirecardTransactionType.REFUND_DEBIT =("refund-debit")

Moves funds from the Merchant to the Account Holder.

String de.wirecard.paymentsdk.WirecardTransactionType.value
private