Interface PolandAdditionalInfo.Builder

  • Method Details

    • individualRegistrationNumber

      PolandAdditionalInfo.Builder individualRegistrationNumber(String individualRegistrationNumber)

      The individual tax registration number (NIP). Individual NIP is valid for other taxes excluding VAT purposes.

      Parameters:
      individualRegistrationNumber - The individual tax registration number (NIP). Individual NIP is valid for other taxes excluding VAT purposes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isGroupVatEnabled

      PolandAdditionalInfo.Builder isGroupVatEnabled(Boolean isGroupVatEnabled)

      True if your business is a member of a VAT group with a NIP active for VAT purposes. Otherwise, this is false.

      Parameters:
      isGroupVatEnabled - True if your business is a member of a VAT group with a NIP active for VAT purposes. Otherwise, this is false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • taxRegistrationNumberType

      PolandAdditionalInfo.Builder taxRegistrationNumberType(String taxRegistrationNumberType)

      The tax registration number type. Valid values are EUTaxRegistrationNumber, LocalTaxRegistrationNumber, or LocalRegistrationNumber.

      Parameters:
      taxRegistrationNumberType - The tax registration number type. Valid values are EUTaxRegistrationNumber, LocalTaxRegistrationNumber, or LocalRegistrationNumber.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • taxRegistrationNumberType

      PolandAdditionalInfo.Builder taxRegistrationNumberType(PolandTaxRegistrationNumberType taxRegistrationNumberType)

      The tax registration number type. Valid values are EUTaxRegistrationNumber, LocalTaxRegistrationNumber, or LocalRegistrationNumber.

      Parameters:
      taxRegistrationNumberType - The tax registration number type. Valid values are EUTaxRegistrationNumber, LocalTaxRegistrationNumber, or LocalRegistrationNumber.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: