Uses of Class
com.adyen.model.checkout.DeliveryMethod
-
Packages that use DeliveryMethod Package Description com.adyen.model.checkout -
-
Uses of DeliveryMethod in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return DeliveryMethod Modifier and Type Method Description DeliveryMethodDeliveryMethod. amount(Amount amount)amountDeliveryMethodDeliveryMethod. description(String description)The name of the delivery method as shown to the shopper.static DeliveryMethodDeliveryMethod. fromJson(String jsonString)Create an instance of DeliveryMethod given an JSON stringDeliveryMethodDeliveryMethod. reference(String reference)The reference of the delivery method.DeliveryMethodDeliveryMethod. selected(Boolean selected)If you display the PayPal lightbox with delivery methods, set to **true** for the delivery method that is selected.DeliveryMethodDeliveryMethod. type(DeliveryMethod.TypeEnum type)The type of the delivery method.Methods in com.adyen.model.checkout that return types with arguments of type DeliveryMethod Modifier and Type Method Description List<DeliveryMethod>PaypalUpdateOrderRequest. getDeliveryMethods()The list of new delivery methods and the cost of each.Methods in com.adyen.model.checkout with parameters of type DeliveryMethod Modifier and Type Method Description PaypalUpdateOrderRequestPaypalUpdateOrderRequest. addDeliveryMethodsItem(DeliveryMethod deliveryMethodsItem)Method parameters in com.adyen.model.checkout with type arguments of type DeliveryMethod Modifier and Type Method Description PaypalUpdateOrderRequestPaypalUpdateOrderRequest. deliveryMethods(List<DeliveryMethod> deliveryMethods)The list of new delivery methods and the cost of each.voidPaypalUpdateOrderRequest. setDeliveryMethods(List<DeliveryMethod> deliveryMethods)The list of new delivery methods and the cost of each.
-