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)The name of the city.AddressAddress. country(String country)The two-character ISO 3166-1 alpha-2 country code.static AddressAddress. fromJson(String jsonString)Create an instance of Address given an JSON stringAddressPartyIdentification. getAddress()addressAddressAddress. line1(String line1)First line of the street address.AddressAddress. line2(String line2)Second line of the street address.AddressAddress. postalCode(String postalCode)The postal code.AddressAddress. stateOrProvince(String stateOrProvince)The two-letter ISO 3166-2 state or province code.Methods in com.adyen.model.transferwebhooks with parameters of type Address Modifier and Type Method Description PartyIdentificationPartyIdentification. address(Address address)addressvoidPartyIdentification. setAddress(Address address)address
-