Uses of Class
com.adyen.model.checkout.BillDeskDetails
-
Packages that use BillDeskDetails Package Description com.adyen.model.checkout -
-
Uses of BillDeskDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return BillDeskDetails Modifier and Type Method Description BillDeskDetailsBillDeskDetails. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.static BillDeskDetailsBillDeskDetails. fromJson(String jsonString)Create an instance of BillDeskDetails given an JSON stringBillDeskDetailsCheckoutPaymentMethod. getBillDeskDetails()Get the actual instance of `BillDeskDetails`.BillDeskDetailsBillDeskDetails. issuer(String issuer)The issuer id of the shopper's selected bank.BillDeskDetailsBillDeskDetails. type(BillDeskDetails.TypeEnum type)**billdesk**Constructors in com.adyen.model.checkout with parameters of type BillDeskDetails Constructor Description CheckoutPaymentMethod(BillDeskDetails o)
-