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

Indicates how and why a transaction occurs more than once. More...

Public Instance Methods

 WirecardPeriodicType (String value)
 
String getValue ()
 

Public Fields

 RECURRING =("recurring")
 Occurs repeatedly, such as a subscription. More...
 
 INSTALLMENT =("installment")
 Completes a financial transaction. More...
 

Private Fields

String value
 

Detailed Description

Indicates how and why a transaction occurs more than once.

Constructor & Destructor Documentation

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

Method Documentation

String de.wirecard.paymentsdk.WirecardPeriodicType.getValue ( )
inline
Returns
periodic type enum text value

Member Data Documentation

de.wirecard.paymentsdk.WirecardPeriodicType.INSTALLMENT =("installment")

Completes a financial transaction.

de.wirecard.paymentsdk.WirecardPeriodicType.RECURRING =("recurring")

Occurs repeatedly, such as a subscription.

String de.wirecard.paymentsdk.WirecardPeriodicType.value
private