Class KlarnaDetails

    • Constructor Detail

      • KlarnaDetails

        public KlarnaDetails()
    • Method Detail

      • getBankAccount

        public String getBankAccount()
        Get bankAccount
        Returns:
        bankAccount
      • setBankAccount

        public void setBankAccount​(String bankAccount)
      • 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)
      • installmentConfigurationKey

        public KlarnaDetails installmentConfigurationKey​(String installmentConfigurationKey)
      • getInstallmentConfigurationKey

        public String getInstallmentConfigurationKey()
        Get installmentConfigurationKey
        Returns:
        installmentConfigurationKey
      • setInstallmentConfigurationKey

        public void setInstallmentConfigurationKey​(String installmentConfigurationKey)
      • getPersonalDetails

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

        public void setPersonalDetails​(String personalDetails)
      • separateDeliveryAddress

        public KlarnaDetails separateDeliveryAddress​(String separateDeliveryAddress)
      • getSeparateDeliveryAddress

        public String getSeparateDeliveryAddress()
        Get separateDeliveryAddress
        Returns:
        separateDeliveryAddress
      • setSeparateDeliveryAddress

        public void setSeparateDeliveryAddress​(String separateDeliveryAddress)
      • 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)
      • getToken

        public String getToken()
        Get token
        Returns:
        token
      • setToken

        public void setToken​(String token)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object