Class CompanyInformation

java.lang.Object
com.onlinepayments.domain.CompanyInformation

public class CompanyInformation extends Object
  • Constructor Details

    • CompanyInformation

      public CompanyInformation()
  • Method Details

    • getName

      public String 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

      public void setName(String value)
      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

      public CompanyInformation withName(String value)
      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.