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)DeliveryMethodDeliveryMethod. description(String description)static DeliveryMethodDeliveryMethod. fromJson(String jsonString)Create an instance of DeliveryMethod given an JSON stringDeliveryMethodDeliveryMethod. reference(String reference)DeliveryMethodDeliveryMethod. selected(Boolean selected)DeliveryMethodDeliveryMethod. type(DeliveryMethod.TypeEnum type)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)voidPaypalUpdateOrderRequest. setDeliveryMethods(List<DeliveryMethod> deliveryMethods)The list of new delivery methods and the cost of each.
-