Uses of Class
com.adyen.model.checkout.CashAppDetails
-
Packages that use CashAppDetails Package Description com.adyen.model.checkout -
-
Uses of CashAppDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CashAppDetails Modifier and Type Method Description CashAppDetailsCashAppDetails. cashtag(String cashtag)CashAppDetailsCashAppDetails. checkoutAttemptId(String checkoutAttemptId)CashAppDetailsCashAppDetails. customerId(String customerId)static CashAppDetailsCashAppDetails. fromJson(String jsonString)Create an instance of CashAppDetails given an JSON stringCashAppDetailsCheckoutPaymentMethod. getCashAppDetails()Get the actual instance of `CashAppDetails`.CashAppDetailsCashAppDetails. grantId(String grantId)CashAppDetailsCashAppDetails. onFileGrantId(String onFileGrantId)CashAppDetailsCashAppDetails. recurringDetailReference(String recurringDetailReference)Deprecated.CashAppDetailsCashAppDetails. requestId(String requestId)CashAppDetailsCashAppDetails. storedPaymentMethodId(String storedPaymentMethodId)CashAppDetailsCashAppDetails. subtype(String subtype)CashAppDetailsCashAppDetails. type(CashAppDetails.TypeEnum type)Constructors in com.adyen.model.checkout with parameters of type CashAppDetails Constructor Description CheckoutPaymentMethod(CashAppDetails o)
-