Uses of Class
com.adyen.model.management.Company
-
Packages that use Company Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of Company in com.adyen.model.management
Methods in com.adyen.model.management that return Company Modifier and Type Method Description CompanyCompany. addDataCentersItem(DataCenter dataCentersItem)CompanyCompany. dataCenters(List<DataCenter> dataCenters)List of available data centers.CompanyCompany. description(String description)Your description for the company account, maximum 300 charactersstatic CompanyCompany. fromJson(String jsonString)Create an instance of Company given an JSON stringCompanyCompany. id(String id)The unique identifier of the company account.CompanyCompany. links(CompanyLinks links)linksCompanyCompany. name(String name)The legal or trading name of the company.CompanyCompany. reference(String reference)Your reference to the accountCompanyCompany. status(String status)The status of the company account.Methods in com.adyen.model.management that return types with arguments of type Company Modifier and Type Method Description List<Company>ListCompanyResponse. getData()The list of companies.Methods in com.adyen.model.management with parameters of type Company Modifier and Type Method Description ListCompanyResponseListCompanyResponse. addDataItem(Company dataItem)Method parameters in com.adyen.model.management with type arguments of type Company Modifier and Type Method Description ListCompanyResponseListCompanyResponse. data(List<Company> data)The list of companies.voidListCompanyResponse. setData(List<Company> data)The list of companies. -
Uses of Company in com.adyen.service.management
Methods in com.adyen.service.management that return Company Modifier and Type Method Description CompanyAccountCompanyLevelApi. getCompanyAccount(String companyId)Get a company accountCompanyAccountCompanyLevelApi. getCompanyAccount(String companyId, RequestOptions requestOptions)Get a company account
-