Uses of Class
com.adyen.model.balanceplatform.DeliveryAddress
-
Packages that use DeliveryAddress Package Description com.adyen.model.balanceplatform -
-
Uses of DeliveryAddress in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return DeliveryAddress Modifier and Type Method Description DeliveryAddressDeliveryAddress. city(String city)The name of the city.DeliveryAddressDeliveryAddress. country(String country)The two-character ISO-3166-1 alpha-2 country code.static DeliveryAddressDeliveryAddress. fromJson(String jsonString)Create an instance of DeliveryAddress given an JSON stringDeliveryAddressDeliveryContact. getAddress()Get addressDeliveryAddressDeliveryAddress. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.DeliveryAddressDeliveryAddress. line1(String line1)The name of the street.DeliveryAddressDeliveryAddress. line2(String line2)The number of the building.DeliveryAddressDeliveryAddress. line3(String line3)Additional information about the delivery address.DeliveryAddressDeliveryAddress. postalCode(String postalCode)The postal code.DeliveryAddressDeliveryAddress. stateOrProvince(String stateOrProvince)The state or province code, maximum 3 characters.Methods in com.adyen.model.balanceplatform with parameters of type DeliveryAddress Modifier and Type Method Description DeliveryContactDeliveryContact. address(DeliveryAddress address)addressvoidDeliveryContact. setAddress(DeliveryAddress address)address
-