Uses of Class
com.adyen.model.balanceplatform.Address2
-
Packages that use Address2 Package Description com.adyen.model.balanceplatform -
-
Uses of Address2 in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return Address2 Modifier and Type Method Description Address2Address2. city(String city)Address2Address2. country(String country)static Address2Address2. fromJson(String jsonString)Create an instance of Address2 given an JSON stringAddress2DeliveryContact. getAddress()Get addressAddress2Address2. line1(String line1)Address2Address2. line2(String line2)Address2Address2. line3(String line3)Address2Address2. postalCode(String postalCode)Address2Address2. stateOrProvince(String stateOrProvince)Methods in com.adyen.model.balanceplatform with parameters of type Address2 Modifier and Type Method Description DeliveryContactDeliveryContact. address(Address2 address)voidDeliveryContact. setAddress(Address2 address)
-