Class AdditionalDataWallets


  • public class AdditionalDataWallets
    extends Object
    AdditionalDataWallets
    • Constructor Detail

      • AdditionalDataWallets

        public AdditionalDataWallets()
    • Method Detail

      • getAndroidpayToken

        public String getAndroidpayToken()
        The Android Pay token retrieved from the SDK.
        Returns:
        androidpayToken
      • setAndroidpayToken

        public void setAndroidpayToken​(String androidpayToken)
        The Android Pay token retrieved from the SDK.
        Parameters:
        androidpayToken -
      • getMasterpassTransactionId

        public String getMasterpassTransactionId()
        The Mastercard Masterpass Transaction ID retrieved from the SDK.
        Returns:
        masterpassTransactionId
      • setMasterpassTransactionId

        public void setMasterpassTransactionId​(String masterpassTransactionId)
        The Mastercard Masterpass Transaction ID retrieved from the SDK.
        Parameters:
        masterpassTransactionId -
      • getPaymentToken

        public String getPaymentToken()
        The Apple Pay token retrieved from the SDK.
        Returns:
        paymentToken
      • setPaymentToken

        public void setPaymentToken​(String paymentToken)
        The Apple Pay token retrieved from the SDK.
        Parameters:
        paymentToken -
      • getPaywithgoogleToken

        public String getPaywithgoogleToken()
        The Google Pay token retrieved from the SDK.
        Returns:
        paywithgoogleToken
      • setPaywithgoogleToken

        public void setPaywithgoogleToken​(String paywithgoogleToken)
        The Google Pay token retrieved from the SDK.
        Parameters:
        paywithgoogleToken -
      • getSamsungpayToken

        public String getSamsungpayToken()
        The Samsung Pay token retrieved from the SDK.
        Returns:
        samsungpayToken
      • setSamsungpayToken

        public void setSamsungpayToken​(String samsungpayToken)
        The Samsung Pay token retrieved from the SDK.
        Parameters:
        samsungpayToken -
      • getVisacheckoutCallId

        public String getVisacheckoutCallId()
        The Visa Checkout Call ID retrieved from the SDK.
        Returns:
        visacheckoutCallId
      • setVisacheckoutCallId

        public void setVisacheckoutCallId​(String visacheckoutCallId)
        The Visa Checkout Call ID retrieved from the SDK.
        Parameters:
        visacheckoutCallId -
      • equals

        public boolean equals​(Object o)
        Return true if this AdditionalDataWallets object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static AdditionalDataWallets fromJson​(String jsonString)
                                              throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of AdditionalDataWallets given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of AdditionalDataWallets
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to AdditionalDataWallets
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of AdditionalDataWallets to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException