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. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.CellulantDetailsCellulantDetails. issuer(String issuer)The Cellulant issuer.CellulantDetailsCellulantDetails. sdkData(String sdkData)Base64-encoded JSON object containing SDK related parameters required by the SDKCellulantDetailsCellulantDetails. type(CellulantDetails.TypeEnum type)**Cellulant**Constructors in com.adyen.model.checkout with parameters of type CellulantDetails Constructor Description CheckoutPaymentMethod(CellulantDetails o)
-