Uses of Class
com.adyen.model.management.GirocardResponseInfo
-
Packages that use GirocardResponseInfo Package Description com.adyen.model.management -
-
Uses of GirocardResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return GirocardResponseInfo Modifier and Type Method Description static GirocardResponseInfoGirocardResponseInfo. fromJson(String jsonString)Create an instance of GirocardResponseInfo given an JSON stringGirocardResponseInfoPaymentMethod. getGirocard()Get girocardGirocardResponseInfoGirocardResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.GirocardResponseInfoGirocardResponseInfo. transactionDescription(TransactionDescriptionResponseInfo transactionDescription)transactionDescriptionMethods in com.adyen.model.management with parameters of type GirocardResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. girocard(GirocardResponseInfo girocard)girocardvoidPaymentMethod. setGirocard(GirocardResponseInfo girocard)girocard
-