Uses of Class
com.adyen.model.management.KlarnaInfo
-
Packages that use KlarnaInfo Package Description com.adyen.model.management -
-
Uses of KlarnaInfo in com.adyen.model.management
Methods in com.adyen.model.management that return KlarnaInfo Modifier and Type Method Description KlarnaInfoKlarnaInfo. autoCapture(Boolean autoCapture)Indicates the status of [Automatic capture](https://docs.adyen.com/online-payments/capture#automatic-capture).KlarnaInfoKlarnaInfo. disputeEmail(String disputeEmail)The email address for disputes.static KlarnaInfoKlarnaInfo. fromJson(String jsonString)Create an instance of KlarnaInfo given an JSON stringKlarnaInfoPaymentMethod. getKlarna()klarnaKlarnaInfoPaymentMethodSetupInfo. getKlarna()klarnaKlarnaInfoKlarnaInfo. region(KlarnaInfo.RegionEnum region)The region of operation.KlarnaInfoKlarnaInfo. supportEmail(String supportEmail)The email address of merchant support.Methods in com.adyen.model.management with parameters of type KlarnaInfo Modifier and Type Method Description PaymentMethodPaymentMethod. klarna(KlarnaInfo klarna)klarnaPaymentMethodSetupInfoPaymentMethodSetupInfo. klarna(KlarnaInfo klarna)klarnavoidPaymentMethod. setKlarna(KlarnaInfo klarna)klarnavoidPaymentMethodSetupInfo. setKlarna(KlarnaInfo klarna)klarna
-