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)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()addressAddressUltimatePartyIdentification. 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.transfers with parameters of type Address Modifier and Type Method Description PartyIdentificationPartyIdentification. address(Address address)addressUltimatePartyIdentificationUltimatePartyIdentification. address(Address address)addressvoidPartyIdentification. setAddress(Address address)addressvoidUltimatePartyIdentification. setAddress(Address address)address
-