Class IssuerPushReceipt
java.lang.Object
com.gemalto.mfs.mwsdk.mobilegateway.enrollment.IssuerPushReceipt
IssuerPushReceipt is used by MPA for CheckEligibility.
- Since:
- TSH Pay SDK 6.6.0
-
Constructor Summary
ConstructorsConstructorDescriptionIssuerPushReceipt(String scheme, String type, String payload) Constructor for IssuerPushReceipt. -
Method Summary
Modifier and TypeMethodDescriptionFetches the push receipt value.Fetches the card scheme.getType()Fetches the type of issuer push receipt used.Fetches the version of push receipt used.voidSets the version of push receipt used.
-
Constructor Details
-
IssuerPushReceipt
Constructor for IssuerPushReceipt.- Parameters:
scheme- The primary card scheme.type- The type of issuer push receipt.payload- Push receipt value received from the issuer wallet- Since:
- TSH Pay SDK 6.6.0
-
-
Method Details
-
version
Sets the version of push receipt used.- Parameters:
version- The version of push receipt used.- Since:
- TSH Pay SDK 6.6.0
-
getScheme
Fetches the card scheme.- Returns:
- The primary card scheme.
- Since:
- TSH Pay SDK 6.6.0
-
getType
Fetches the type of issuer push receipt used.- Returns:
- The type of issuer push receipt.
- Since:
- TSH Pay SDK 6.6.0
-
getPayload
Fetches the push receipt value.- Returns:
- The push receipt value.
- Since:
- TSH Pay SDK 6.6.0
-
getVersion
Fetches the version of push receipt used.- Returns:
- The version of push receipt used.
- Since:
- TSH Pay SDK 6.6.0
-