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. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.BillDeskDetailsBillDeskDetails. issuer(String issuer)The issuer id of the shopper's selected bank.BillDeskDetailsBillDeskDetails. sdkData(String sdkData)Base64-encoded JSON object containing SDK related parameters required by the SDKBillDeskDetailsBillDeskDetails. type(BillDeskDetails.TypeEnum type)**billdesk**Constructors in com.adyen.model.checkout with parameters of type BillDeskDetails Constructor Description CheckoutPaymentMethod(BillDeskDetails o)
-