Uses of Class
com.adyen.model.transferwebhooks.Address
-
Packages that use Address Package Description com.adyen.model.transferwebhooks -
-
Uses of Address in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return Address Modifier and Type Method Description AddressAddress. city(String city)AddressAddress. country(String country)static AddressAddress. fromJson(String jsonString)Create an instance of Address given an JSON stringAddressPartyIdentification. getAddress()Get addressAddressAddress. line1(String line1)AddressAddress. line2(String line2)AddressAddress. postalCode(String postalCode)AddressAddress. stateOrProvince(String stateOrProvince)Methods in com.adyen.model.transferwebhooks with parameters of type Address Modifier and Type Method Description PartyIdentificationPartyIdentification. address(Address address)voidPartyIdentification. setAddress(Address address)address
-