Uses of Class
com.adyen.model.management.ShippingLocationsResponse
-
Packages that use ShippingLocationsResponse Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of ShippingLocationsResponse in com.adyen.model.management
Methods in com.adyen.model.management that return ShippingLocationsResponse Modifier and Type Method Description ShippingLocationsResponseShippingLocationsResponse. addDataItem(ShippingLocation dataItem)ShippingLocationsResponseShippingLocationsResponse. data(List<ShippingLocation> data)static ShippingLocationsResponseShippingLocationsResponse. fromJson(String jsonString)Create an instance of ShippingLocationsResponse given an JSON string -
Uses of ShippingLocationsResponse in com.adyen.service.management
Methods in com.adyen.service.management that return ShippingLocationsResponse Modifier and Type Method Description ShippingLocationsResponseTerminalOrdersCompanyLevel. listShippingLocations(String companyId, Map<String,String> queryParams)Get a list of shipping locationsShippingLocationsResponseTerminalOrdersMerchantLevel. listShippingLocations(String merchantId, Map<String,String> queryParams)Get a list of shipping locations
-