Class IssuerPushReceipt

java.lang.Object
com.gemalto.mfs.mwsdk.mobilegateway.enrollment.IssuerPushReceipt

public class IssuerPushReceipt extends Object
IssuerPushReceipt is used by MPA for CheckEligibility.
Since:
TSH Pay SDK 6.6.0
  • Constructor Details

    • IssuerPushReceipt

      public IssuerPushReceipt(String scheme, String type, String payload)
      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

      public void version(String version)
      Sets the version of push receipt used.
      Parameters:
      version - The version of push receipt used.
      Since:
      TSH Pay SDK 6.6.0
    • getScheme

      public String getScheme()
      Fetches the card scheme.
      Returns:
      The primary card scheme.
      Since:
      TSH Pay SDK 6.6.0
    • getType

      public String getType()
      Fetches the type of issuer push receipt used.
      Returns:
      The type of issuer push receipt.
      Since:
      TSH Pay SDK 6.6.0
    • getPayload

      public String getPayload()
      Fetches the push receipt value.
      Returns:
      The push receipt value.
      Since:
      TSH Pay SDK 6.6.0
    • getVersion

      public String getVersion()
      Fetches the version of push receipt used.
      Returns:
      The version of push receipt used.
      Since:
      TSH Pay SDK 6.6.0