Uses of Class
com.adyen.model.configurationwebhooks.BulkAddress
-
Packages that use BulkAddress Package Description com.adyen.model.configurationwebhooks -
-
Uses of BulkAddress in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return BulkAddress Modifier and Type Method Description BulkAddressBulkAddress. city(String city)The name of the city.BulkAddressBulkAddress. company(String company)The name of the company.BulkAddressBulkAddress. country(String country)The two-character ISO-3166-1 alpha-2 country code.BulkAddressBulkAddress. email(String email)The email address.static BulkAddressBulkAddress. fromJson(String jsonString)Create an instance of BulkAddress given an JSON stringBulkAddressCardConfiguration. getBulkAddress()bulkAddressBulkAddressBulkAddress. houseNumberOrName(String houseNumberOrName)The house number or name.BulkAddressBulkAddress. mobile(String mobile)The full telephone number.BulkAddressBulkAddress. postalCode(String postalCode)The postal code.BulkAddressBulkAddress. stateOrProvince(String stateOrProvince)The two-letter ISO 3166-2 state or province code.BulkAddressBulkAddress. street(String street)The streetname of the house.Methods in com.adyen.model.configurationwebhooks with parameters of type BulkAddress Modifier and Type Method Description CardConfigurationCardConfiguration. bulkAddress(BulkAddress bulkAddress)bulkAddressvoidCardConfiguration. setBulkAddress(BulkAddress bulkAddress)bulkAddress
-