Uses of Class
com.adyen.model.transfers.Address2
-
Packages that use Address2 Package Description com.adyen.model.transfers -
-
Uses of Address2 in com.adyen.model.transfers
Methods in com.adyen.model.transfers 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 stringAddress2PartyIdentification2. getAddress()Get addressAddress2Address2. line1(String line1)Address2Address2. line2(String line2)Address2Address2. postalCode(String postalCode)Address2Address2. stateOrProvince(String stateOrProvince)Methods in com.adyen.model.transfers with parameters of type Address2 Modifier and Type Method Description PartyIdentification2PartyIdentification2. address(Address2 address)voidPartyIdentification2. setAddress(Address2 address)
-