Uses of Class
com.adyen.model.checkout.CellulantDetails
-
Packages that use CellulantDetails Package Description com.adyen.model.checkout -
-
Uses of CellulantDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CellulantDetails Modifier and Type Method Description CellulantDetailsCellulantDetails. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.static CellulantDetailsCellulantDetails. fromJson(String jsonString)Create an instance of CellulantDetails given an JSON stringCellulantDetailsCheckoutPaymentMethod. getCellulantDetails()Get the actual instance of `CellulantDetails`.CellulantDetailsCellulantDetails. issuer(String issuer)The Cellulant issuer.CellulantDetailsCellulantDetails. type(CellulantDetails.TypeEnum type)**Cellulant**Constructors in com.adyen.model.checkout with parameters of type CellulantDetails Constructor Description CheckoutPaymentMethod(CellulantDetails o)
-