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 stringKlarnaInfoPaymentMethodSetupInfo. getKlarna()Get klarnaKlarnaInfoKlarnaInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.KlarnaInfoKlarnaInfo. 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 PaymentMethodSetupInfoPaymentMethodSetupInfo. klarna(KlarnaInfo klarna)klarnavoidPaymentMethodSetupInfo. setKlarna(KlarnaInfo klarna)klarna
-