Uses of Class
com.adyen.model.management.CartesBancairesResponseInfo
-
Packages that use CartesBancairesResponseInfo Package Description com.adyen.model.management -
-
Uses of CartesBancairesResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return CartesBancairesResponseInfo Modifier and Type Method Description static CartesBancairesResponseInfoCartesBancairesResponseInfo. fromJson(String jsonString)Create an instance of CartesBancairesResponseInfo given an JSON stringCartesBancairesResponseInfoPaymentMethod. getCartesBancaires()Get cartesBancairesCartesBancairesResponseInfoCartesBancairesResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.CartesBancairesResponseInfoCartesBancairesResponseInfo. siret(String siret)Cartes Bancaires SIRET.CartesBancairesResponseInfoCartesBancairesResponseInfo. transactionDescription(TransactionDescriptionResponseInfo transactionDescription)transactionDescriptionMethods in com.adyen.model.management with parameters of type CartesBancairesResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. cartesBancaires(CartesBancairesResponseInfo cartesBancaires)cartesBancairesvoidPaymentMethod. setCartesBancaires(CartesBancairesResponseInfo cartesBancaires)cartesBancaires
-