Uses of Class
com.adyen.model.transfers.Address
-
Packages that use Address Package Description com.adyen.model.transfers -
-
Uses of Address in com.adyen.model.transfers
Methods in com.adyen.model.transfers 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 addressAddressUltimatePartyIdentification. getAddress()Get addressAddressAddress. line1(String line1)AddressAddress. line2(String line2)AddressAddress. postalCode(String postalCode)AddressAddress. stateOrProvince(String stateOrProvince)Methods in com.adyen.model.transfers with parameters of type Address Modifier and Type Method Description PartyIdentificationPartyIdentification. address(Address address)UltimatePartyIdentificationUltimatePartyIdentification. address(Address address)voidPartyIdentification. setAddress(Address address)addressvoidUltimatePartyIdentification. setAddress(Address address)address
-