Uses of Class
com.adyen.model.transferwebhooks.NameLocation
-
Packages that use NameLocation Package Description com.adyen.model.transferwebhooks -
-
Uses of NameLocation in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return NameLocation Modifier and Type Method Description NameLocationNameLocation. city(String city)The city where the merchant is located.NameLocationNameLocation. country(String country)The country where the merchant is located in [three-letter country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3) format.NameLocationNameLocation. countryOfOrigin(String countryOfOrigin)The home country in [three-digit country code](https://en.wikipedia.org/wiki/ISO_3166-1_numeric) format, used for government-controlled merchants such as embassies.static NameLocationNameLocation. fromJson(String jsonString)Create an instance of NameLocation given an JSON stringNameLocationMerchantData. getNameLocation()nameLocationNameLocationNameLocation. name(String name)The name of the merchant's shop or service.NameLocationNameLocation. rawData(String rawData)The raw data.NameLocationNameLocation. state(String state)The state where the merchant is located.Methods in com.adyen.model.transferwebhooks with parameters of type NameLocation Modifier and Type Method Description MerchantDataMerchantData. nameLocation(NameLocation nameLocation)nameLocationvoidMerchantData. setNameLocation(NameLocation nameLocation)nameLocation
-