Class AdditionalDataWallets


  • public class AdditionalDataWallets
    extends Object
    AdditionalDataWallets
    • Constructor Detail

      • AdditionalDataWallets

        public AdditionalDataWallets()
    • Method Detail

      • androidpayToken

        public AdditionalDataWallets androidpayToken​(String androidpayToken)
        The Android Pay token retrieved from the SDK.
        Parameters:
        androidpayToken - The Android Pay token retrieved from the SDK.
        Returns:
        the current AdditionalDataWallets instance, allowing for method chaining
      • getAndroidpayToken

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

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

        public AdditionalDataWallets masterpassTransactionId​(String masterpassTransactionId)
        The Mastercard Masterpass Transaction ID retrieved from the SDK.
        Parameters:
        masterpassTransactionId - The Mastercard Masterpass Transaction ID retrieved from the SDK.
        Returns:
        the current AdditionalDataWallets instance, allowing for method chaining
      • getMasterpassTransactionId

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

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

        public AdditionalDataWallets paymentToken​(String paymentToken)
        The Apple Pay token retrieved from the SDK.
        Parameters:
        paymentToken - The Apple Pay token retrieved from the SDK.
        Returns:
        the current AdditionalDataWallets instance, allowing for method chaining
      • getPaymentToken

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

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

        public AdditionalDataWallets paywithgoogleToken​(String paywithgoogleToken)
        The Google Pay token retrieved from the SDK.
        Parameters:
        paywithgoogleToken - The Google Pay token retrieved from the SDK.
        Returns:
        the current AdditionalDataWallets instance, allowing for method chaining
      • getPaywithgoogleToken

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

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

        public AdditionalDataWallets samsungpayToken​(String samsungpayToken)
        The Samsung Pay token retrieved from the SDK.
        Parameters:
        samsungpayToken - The Samsung Pay token retrieved from the SDK.
        Returns:
        the current AdditionalDataWallets instance, allowing for method chaining
      • getSamsungpayToken

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

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

        public AdditionalDataWallets visacheckoutCallId​(String visacheckoutCallId)
        The Visa Checkout Call ID retrieved from the SDK.
        Parameters:
        visacheckoutCallId - The Visa Checkout Call ID retrieved from the SDK.
        Returns:
        the current AdditionalDataWallets instance, allowing for method chaining
      • getVisacheckoutCallId

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

        public void setVisacheckoutCallId​(String visacheckoutCallId)
        The Visa Checkout Call ID retrieved from the SDK.
        Parameters:
        visacheckoutCallId - The Visa Checkout Call ID retrieved from the SDK.
      • 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