Uses of Class
com.adyen.model.management.ShippingLocation
-
Packages that use ShippingLocation Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of ShippingLocation in com.adyen.model.management
Methods in com.adyen.model.management that return ShippingLocation Modifier and Type Method Description ShippingLocationShippingLocation. address(Address address)ShippingLocationShippingLocation. contact(Contact contact)static ShippingLocationShippingLocation. fromJson(String jsonString)Create an instance of ShippingLocation given an JSON stringShippingLocationTerminalOrder. getShippingLocation()Get shippingLocationShippingLocationShippingLocation. id(String id)ShippingLocationShippingLocation. name(String name)Methods in com.adyen.model.management that return types with arguments of type ShippingLocation Modifier and Type Method Description List<ShippingLocation>ShippingLocationsResponse. getData()Physical locations where orders can be shipped to.Methods in com.adyen.model.management with parameters of type ShippingLocation Modifier and Type Method Description ShippingLocationsResponseShippingLocationsResponse. addDataItem(ShippingLocation dataItem)voidTerminalOrder. setShippingLocation(ShippingLocation shippingLocation)shippingLocationTerminalOrderTerminalOrder. shippingLocation(ShippingLocation shippingLocation)Method parameters in com.adyen.model.management with type arguments of type ShippingLocation Modifier and Type Method Description ShippingLocationsResponseShippingLocationsResponse. data(List<ShippingLocation> data)voidShippingLocationsResponse. setData(List<ShippingLocation> data)Physical locations where orders can be shipped to. -
Uses of ShippingLocation in com.adyen.service.management
Methods in com.adyen.service.management that return ShippingLocation Modifier and Type Method Description ShippingLocationTerminalOrdersCompanyLevelApi. createShippingLocation(String companyId, ShippingLocation shippingLocation)Create a shipping locationShippingLocationTerminalOrdersCompanyLevelApi. createShippingLocation(String companyId, ShippingLocation shippingLocation, RequestOptions requestOptions)Create a shipping locationShippingLocationTerminalOrdersMerchantLevelApi. createShippingLocation(String merchantId, ShippingLocation shippingLocation)Create a shipping locationShippingLocationTerminalOrdersMerchantLevelApi. createShippingLocation(String merchantId, ShippingLocation shippingLocation, RequestOptions requestOptions)Create a shipping locationMethods in com.adyen.service.management with parameters of type ShippingLocation Modifier and Type Method Description ShippingLocationTerminalOrdersCompanyLevelApi. createShippingLocation(String companyId, ShippingLocation shippingLocation)Create a shipping locationShippingLocationTerminalOrdersCompanyLevelApi. createShippingLocation(String companyId, ShippingLocation shippingLocation, RequestOptions requestOptions)Create a shipping locationShippingLocationTerminalOrdersMerchantLevelApi. createShippingLocation(String merchantId, ShippingLocation shippingLocation)Create a shipping locationShippingLocationTerminalOrdersMerchantLevelApi. createShippingLocation(String merchantId, ShippingLocation shippingLocation, RequestOptions requestOptions)Create a shipping location
-