Class SamsungPayDetails

    • Constructor Detail

      • SamsungPayDetails

        public SamsungPayDetails()
    • Method Detail

      • getFundingSource

        public SamsungPayDetails.FundingSourceEnum getFundingSource()
        The funding source that should be used when multiple sources are available. For Brazilian combo cards, by default the funding source is credit. To use debit, set this value to **debit**.
        Returns:
        fundingSource
      • recurringDetailReference

        public SamsungPayDetails recurringDetailReference​(String recurringDetailReference)
      • getRecurringDetailReference

        public String getRecurringDetailReference()
        This is the `recurringDetailReference` returned in the response when you created the token.
        Returns:
        recurringDetailReference
      • setRecurringDetailReference

        public void setRecurringDetailReference​(String recurringDetailReference)
      • getSamsungPayToken

        public String getSamsungPayToken()
        The payload you received from the Samsung Pay SDK response.
        Returns:
        samsungPayToken
      • setSamsungPayToken

        public void setSamsungPayToken​(String samsungPayToken)
      • getStoredPaymentMethodId

        public String getStoredPaymentMethodId()
        This is the `recurringDetailReference` returned in the response when you created the token.
        Returns:
        storedPaymentMethodId
      • setStoredPaymentMethodId

        public void setStoredPaymentMethodId​(String storedPaymentMethodId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object