PaymentSDK
Mobile payment SDK
|
Encrypted payment data. Typically used in place of account-number or token-id. More...
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... | |
Encrypted payment data. Typically used in place of account-number or token-id.
|
inline |
Constructor.
cryptogramType | Cryptogram type. |
cryptogramValue | Cryptogram value. |
|
inline |
Constructor.
|
inline |
Returns cryptogram type.
|
inline |
Returns cryptogram value.
|
inline |
Sets cryptogram type.
cryptogramType | cryptogram type |
|
inline |
Sets cryptogram value.
cryptogramValue | cryptogram value |
|
private |
Cryptogram type.
|
private |
Cryptogram value.