Package com.onlinepayments.domain
Class CompanyInformation
java.lang.Object
com.onlinepayments.domain.CompanyInformation
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CompanyInformation
public CompanyInformation()
-
-
Method Details
-
getName
Name of company, as a customer. For Klarna payment method, company name should be provided to trigger a B2B session. If nothing is provided, a B2C session will be the default. -
setName
Name of company, as a customer. For Klarna payment method, company name should be provided to trigger a B2B session. If nothing is provided, a B2C session will be the default. -
withName
Name of company, as a customer. For Klarna payment method, company name should be provided to trigger a B2B session. If nothing is provided, a B2C session will be the default.
-