Uses of Class
com.adyen.model.balanceplatform.Address
-
Packages that use Address Package Description com.adyen.model.balanceplatform -
-
Uses of Address in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform 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 stringAddressContactDetails. getAddress()Deprecated.addressAddressAddress. houseNumberOrName(String houseNumberOrName)The number or name of the house.AddressAddress. postalCode(String postalCode)A maximum of five digits for an address in the US, or a maximum of ten characters for an address in all other countries.AddressAddress. stateOrProvince(String stateOrProvince)The two-character ISO 3166-2 state or province code.AddressAddress. street(String street)The name of the street.Methods in com.adyen.model.balanceplatform with parameters of type Address Modifier and Type Method Description ContactDetailsContactDetails. address(Address address)Deprecated.addressvoidContactDetails. setAddress(Address address)Deprecated.address
-