Uses of Class
com.adyen.model.checkout.BillDeskDetails.TypeEnum
-
Packages that use BillDeskDetails.TypeEnum Package Description com.adyen.model.checkout -
-
Uses of BillDeskDetails.TypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return BillDeskDetails.TypeEnum Modifier and Type Method Description static BillDeskDetails.TypeEnumBillDeskDetails.TypeEnum. fromValue(String value)BillDeskDetails.TypeEnumBillDeskDetails. getType()**billdesk**static BillDeskDetails.TypeEnumBillDeskDetails.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BillDeskDetails.TypeEnum[]BillDeskDetails.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout with parameters of type BillDeskDetails.TypeEnum Modifier and Type Method Description voidBillDeskDetails. setType(BillDeskDetails.TypeEnum type)**billdesk**BillDeskDetailsBillDeskDetails. type(BillDeskDetails.TypeEnum type)
-