Uses of Class
com.adyen.model.management.CarnetResponseInfo
-
Packages that use CarnetResponseInfo Package Description com.adyen.model.management -
-
Uses of CarnetResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return CarnetResponseInfo Modifier and Type Method Description static CarnetResponseInfoCarnetResponseInfo. fromJson(String jsonString)Create an instance of CarnetResponseInfo given an JSON stringCarnetResponseInfoPaymentMethod. getCarnet()Get carnetCarnetResponseInfoCarnetResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.CarnetResponseInfoCarnetResponseInfo. transactionDescription(TransactionDescriptionResponseInfo transactionDescription)transactionDescriptionMethods in com.adyen.model.management with parameters of type CarnetResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. carnet(CarnetResponseInfo carnet)carnetvoidPaymentMethod. setCarnet(CarnetResponseInfo carnet)carnet
-