Uses of Class
com.adyen.model.management.SvsResponseInfo
-
Packages that use SvsResponseInfo Package Description com.adyen.model.management -
-
Uses of SvsResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return SvsResponseInfo Modifier and Type Method Description SvsResponseInfoSvsResponseInfo. authorisationMid(String authorisationMid)The merchant ID (MID) that the acquirer recognizes you by.SvsResponseInfoSvsResponseInfo. currencyCode(String currencyCode)The three-character ISO currency code, example **USD**static SvsResponseInfoSvsResponseInfo. fromJson(String jsonString)Create an instance of SvsResponseInfo given an JSON stringSvsResponseInfoPaymentMethod. getSvs()Get svsSvsResponseInfoSvsResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.Methods in com.adyen.model.management with parameters of type SvsResponseInfo Modifier and Type Method Description voidPaymentMethod. setSvs(SvsResponseInfo svs)svsPaymentMethodPaymentMethod. svs(SvsResponseInfo svs)svs
-