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