Uses of Class
com.adyen.model.management.Address
-
Packages that use Address Package Description com.adyen.model.management -
-
Uses of Address in com.adyen.model.management
Methods in com.adyen.model.management that return Address Modifier and Type Method Description AddressAddress. city(String city)The name of the city.AddressAddress. companyName(String companyName)The name of the company.AddressAddress. country(String country)The two-letter country code, in [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format.static AddressAddress. fromJson(String jsonString)Create an instance of Address given an JSON stringAddressBillingEntity. getAddress()addressAddressShippingLocation. getAddress()addressAddressAddress. postalCode(String postalCode)The postal code.AddressAddress. stateOrProvince(String stateOrProvince)The state or province as defined in [ISO 3166-2](https://www.iso.org/standard/72483.html).AddressAddress. streetAddress(String streetAddress)The name of the street, and the house or building number.AddressAddress. streetAddress2(String streetAddress2)Additional address details, if any.Methods in com.adyen.model.management with parameters of type Address Modifier and Type Method Description BillingEntityBillingEntity. address(Address address)addressShippingLocationShippingLocation. address(Address address)addressvoidBillingEntity. setAddress(Address address)addressvoidShippingLocation. setAddress(Address address)address
-