Uses of Class
com.adyen.model.checkout.ResponseAdditionalDataDomesticError
-
Packages that use ResponseAdditionalDataDomesticError Package Description com.adyen.model.checkout -
-
Uses of ResponseAdditionalDataDomesticError in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ResponseAdditionalDataDomesticError Modifier and Type Method Description ResponseAdditionalDataDomesticErrorResponseAdditionalDataDomesticError. domesticRefusalReasonRaw(String domesticRefusalReasonRaw)The reason the transaction was declined, given by the local issuer.ResponseAdditionalDataDomesticErrorResponseAdditionalDataDomesticError. domesticShopperAdvice(String domesticShopperAdvice)The action the shopper should take, in a local language.static ResponseAdditionalDataDomesticErrorResponseAdditionalDataDomesticError. fromJson(String jsonString)Create an instance of ResponseAdditionalDataDomesticError given an JSON string
-