Uses of Class
com.adyen.model.legalentitymanagement.Address
-
Packages that use Address Package Description com.adyen.model.legalentitymanagement -
-
Uses of Address in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return Address Modifier and Type Method Description AddressAddress. city(String city)The name of the city.AddressAddress. country(String country)The two-letter [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code.static AddressAddress. fromJson(String jsonString)Create an instance of Address given an JSON stringAddressOrganization. getPrincipalPlaceOfBusiness()principalPlaceOfBusinessAddressSoleProprietorship. getPrincipalPlaceOfBusiness()principalPlaceOfBusinessAddressTrust. getPrincipalPlaceOfBusiness()principalPlaceOfBusinessAddressUnincorporatedPartnership. getPrincipalPlaceOfBusiness()principalPlaceOfBusinessAddressOrganization. getRegisteredAddress()registeredAddressAddressSoleProprietorship. getRegisteredAddress()registeredAddressAddressTrust. getRegisteredAddress()registeredAddressAddressUnincorporatedPartnership. getRegisteredAddress()registeredAddressAddressIndividual. getResidentialAddress()residentialAddressAddressAddress. postalCode(String postalCode)Postal code.AddressAddress. stateOrProvince(String stateOrProvince)The two-letter ISO 3166-2 state or province code.AddressAddress. street(String street)The name of the street, and the house or building number.AddressAddress. street2(String street2)The apartment, unit, or suite number.Methods in com.adyen.model.legalentitymanagement with parameters of type Address Modifier and Type Method Description OrganizationOrganization. principalPlaceOfBusiness(Address principalPlaceOfBusiness)principalPlaceOfBusinessSoleProprietorshipSoleProprietorship. principalPlaceOfBusiness(Address principalPlaceOfBusiness)principalPlaceOfBusinessTrustTrust. principalPlaceOfBusiness(Address principalPlaceOfBusiness)principalPlaceOfBusinessUnincorporatedPartnershipUnincorporatedPartnership. principalPlaceOfBusiness(Address principalPlaceOfBusiness)principalPlaceOfBusinessOrganizationOrganization. registeredAddress(Address registeredAddress)registeredAddressSoleProprietorshipSoleProprietorship. registeredAddress(Address registeredAddress)registeredAddressTrustTrust. registeredAddress(Address registeredAddress)registeredAddressUnincorporatedPartnershipUnincorporatedPartnership. registeredAddress(Address registeredAddress)registeredAddressIndividualIndividual. residentialAddress(Address residentialAddress)residentialAddressvoidOrganization. setPrincipalPlaceOfBusiness(Address principalPlaceOfBusiness)principalPlaceOfBusinessvoidSoleProprietorship. setPrincipalPlaceOfBusiness(Address principalPlaceOfBusiness)principalPlaceOfBusinessvoidTrust. setPrincipalPlaceOfBusiness(Address principalPlaceOfBusiness)principalPlaceOfBusinessvoidUnincorporatedPartnership. setPrincipalPlaceOfBusiness(Address principalPlaceOfBusiness)principalPlaceOfBusinessvoidOrganization. setRegisteredAddress(Address registeredAddress)registeredAddressvoidSoleProprietorship. setRegisteredAddress(Address registeredAddress)registeredAddressvoidTrust. setRegisteredAddress(Address registeredAddress)registeredAddressvoidUnincorporatedPartnership. setRegisteredAddress(Address registeredAddress)registeredAddressvoidIndividual. setResidentialAddress(Address residentialAddress)residentialAddress
-