Uses of Class
com.adyen.model.checkout.Company
-
Packages that use Company Package Description com.adyen.model.checkout -
-
Uses of Company in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return Company Modifier and Type Method Description static CompanyCompany. fromJson(String jsonString)Create an instance of Company given an JSON stringCompanyCreateCheckoutSessionRequest. getCompany()companyCompanyCreateCheckoutSessionResponse. getCompany()companyCompanyPaymentRequest. getCompany()companyCompanyCompany. homepage(String homepage)The company website's home page.CompanyCompany. name(String name)The company name.CompanyCompany. registrationNumber(String registrationNumber)Registration number of the company.CompanyCompany. registryLocation(String registryLocation)Registry location of the company.CompanyCompany. taxId(String taxId)Tax ID of the company.CompanyCompany. type(String type)The company type.Methods in com.adyen.model.checkout with parameters of type Company Modifier and Type Method Description CreateCheckoutSessionRequestCreateCheckoutSessionRequest. company(Company company)companyCreateCheckoutSessionResponseCreateCheckoutSessionResponse. company(Company company)companyPaymentRequestPaymentRequest. company(Company company)companyvoidCreateCheckoutSessionRequest. setCompany(Company company)companyvoidCreateCheckoutSessionResponse. setCompany(Company company)companyvoidPaymentRequest. setCompany(Company company)company
-