PaymentSDK
Mobile payment SDK
de.wirecard.paymentsdk.models.Cryptogram Class Reference

Encrypted payment data. Typically used in place of account-number or token-id. More...

+ Inheritance diagram for de.wirecard.paymentsdk.models.Cryptogram:
+ Collaboration diagram for de.wirecard.paymentsdk.models.Cryptogram:

Public Instance Methods

 Cryptogram (String cryptogramType, String cryptogramValue)
 Constructor. More...
 
 Cryptogram ()
 Constructor. More...
 
String getCryptogramType ()
 Returns cryptogram type. More...
 
void setCryptogramType (String cryptogramType)
 Sets cryptogram type. More...
 
String getCryptogramValue ()
 Returns cryptogram value. More...
 
void setCryptogramValue (String cryptogramValue)
 Sets cryptogram value. More...
 

Private Fields

String cryptogramType
 Cryptogram type. More...
 
String cryptogramValue
 Cryptogram value. More...
 

Detailed Description

Encrypted payment data. Typically used in place of account-number or token-id.

Constructor & Destructor Documentation

de.wirecard.paymentsdk.models.Cryptogram.Cryptogram ( String  cryptogramType,
String  cryptogramValue 
)
inline

Constructor.

Parameters
cryptogramTypeCryptogram type.
cryptogramValueCryptogram value.
de.wirecard.paymentsdk.models.Cryptogram.Cryptogram ( )
inline

Constructor.

Method Documentation

String de.wirecard.paymentsdk.models.Cryptogram.getCryptogramType ( )
inline

Returns cryptogram type.

Returns
cryptogram type
String de.wirecard.paymentsdk.models.Cryptogram.getCryptogramValue ( )
inline

Returns cryptogram value.

Returns
cryptogram value
void de.wirecard.paymentsdk.models.Cryptogram.setCryptogramType ( String  cryptogramType)
inline

Sets cryptogram type.

Parameters
cryptogramTypecryptogram type
void de.wirecard.paymentsdk.models.Cryptogram.setCryptogramValue ( String  cryptogramValue)
inline

Sets cryptogram value.

Parameters
cryptogramValuecryptogram value

Member Data Documentation

String de.wirecard.paymentsdk.models.Cryptogram.cryptogramType
private

Cryptogram type.

String de.wirecard.paymentsdk.models.Cryptogram.cryptogramValue
private

Cryptogram value.