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()Get companyCompanyCreateCheckoutSessionResponse. getCompany()Get companyCompanyPaymentRequest. getCompany()Get companyCompanyPaymentSetupRequest. getCompany()Get companyCompanyCompany. homepage(String homepage)CompanyCompany. name(String name)CompanyCompany. registrationNumber(String registrationNumber)CompanyCompany. registryLocation(String registryLocation)CompanyCompany. taxId(String taxId)CompanyCompany. type(String type)Methods in com.adyen.model.checkout with parameters of type Company Modifier and Type Method Description CreateCheckoutSessionRequestCreateCheckoutSessionRequest. company(Company company)CreateCheckoutSessionResponseCreateCheckoutSessionResponse. company(Company company)PaymentRequestPaymentRequest. company(Company company)PaymentSetupRequestPaymentSetupRequest. company(Company company)voidCreateCheckoutSessionRequest. setCompany(Company company)companyvoidCreateCheckoutSessionResponse. setCompany(Company company)companyvoidPaymentRequest. setCompany(Company company)companyvoidPaymentSetupRequest. setCompany(Company company)company
-