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)static CellulantDetailsCellulantDetails. fromJson(String jsonString)Create an instance of CellulantDetails given an JSON stringCellulantDetailsPaymentDonationRequestPaymentMethod. getCellulantDetails()Get the actual instance of `CellulantDetails`.CellulantDetailsCellulantDetails. issuer(String issuer)CellulantDetailsCellulantDetails. type(CellulantDetails.TypeEnum type)Constructors in com.adyen.model.checkout with parameters of type CellulantDetails Constructor Description PaymentDonationRequestPaymentMethod(CellulantDetails o)
-