Uses of Class
com.adyen.model.management.KlarnaResponseInfo
-
Packages that use KlarnaResponseInfo Package Description com.adyen.model.management -
-
Uses of KlarnaResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return KlarnaResponseInfo Modifier and Type Method Description KlarnaResponseInfoKlarnaResponseInfo. autoCapture(Boolean autoCapture)Indicates the status of [Automatic capture](https://docs.adyen.com/online-payments/capture#automatic-capture).KlarnaResponseInfoKlarnaResponseInfo. disputeEmail(String disputeEmail)The email address for disputes.static KlarnaResponseInfoKlarnaResponseInfo. fromJson(String jsonString)Create an instance of KlarnaResponseInfo given an JSON stringKlarnaResponseInfoPaymentMethod. getKlarna()Get klarnaKlarnaResponseInfoKlarnaResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.KlarnaResponseInfoKlarnaResponseInfo. region(KlarnaResponseInfo.RegionEnum region)The region of operation.KlarnaResponseInfoKlarnaResponseInfo. supportEmail(String supportEmail)The email address of merchant support.Methods in com.adyen.model.management with parameters of type KlarnaResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. klarna(KlarnaResponseInfo klarna)klarnavoidPaymentMethod. setKlarna(KlarnaResponseInfo klarna)klarna
-