Class Charge.PaymentMethodDetails.Klarna

    • Constructor Detail

      • Klarna

        public Klarna()
    • Method Detail

      • getPaymentMethodCategory

        public java.lang.String getPaymentMethodCategory()
        The Klarna payment method used for this transaction. Can be one of pay_later, pay_now, pay_with_financing, or pay_in_installments
      • getPreferredLocale

        public java.lang.String getPreferredLocale()
        Preferred language of the Klarna authorization page that the customer is redirected to. Can be one of de-AT, en-AT, nl-BE, fr-BE, en-BE, de-DE, en-DE, da-DK, en-DK, es-ES, en-ES, fi-FI, sv-FI, en-FI, en-GB, it-IT, en-IT, nl-NL, en-NL, nb-NO, en-NO, sv-SE, en-SE, en-US, fr-FR, or en-FR
      • setPaymentMethodCategory

        public void setPaymentMethodCategory​(java.lang.String paymentMethodCategory)
        The Klarna payment method used for this transaction. Can be one of pay_later, pay_now, pay_with_financing, or pay_in_installments
      • setPreferredLocale

        public void setPreferredLocale​(java.lang.String preferredLocale)
        Preferred language of the Klarna authorization page that the customer is redirected to. Can be one of de-AT, en-AT, nl-BE, fr-BE, en-BE, de-DE, en-DE, da-DK, en-DK, es-ES, en-ES, fi-FI, sv-FI, en-FI, en-GB, it-IT, en-IT, nl-NL, en-NL, nb-NO, en-NO, sv-SE, en-SE, en-US, fr-FR, or en-FR
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object