Class KlarnaDetails

    • Constructor Detail

      • KlarnaDetails

        public KlarnaDetails()
    • Method Detail

      • getBillingAddress

        public String getBillingAddress()
        Get billingAddress
        Returns:
        billingAddress
      • setBillingAddress

        public void setBillingAddress​(String billingAddress)
      • getDeliveryAddress

        public String getDeliveryAddress()
        Get deliveryAddress
        Returns:
        deliveryAddress
      • setDeliveryAddress

        public void setDeliveryAddress​(String deliveryAddress)
      • getPersonalDetails

        public String getPersonalDetails()
        Get personalDetails
        Returns:
        personalDetails
      • setPersonalDetails

        public void setPersonalDetails​(String personalDetails)
      • recurringDetailReference

        public KlarnaDetails 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)
      • storedPaymentMethodId

        public KlarnaDetails storedPaymentMethodId​(String storedPaymentMethodId)
      • 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