Class ItalyAdditionalInfo

    • Method Detail

      • cigNumber

        public final String cigNumber()

        The tender procedure identification code.

        Returns:
        The tender procedure identification code.
      • cupNumber

        public final String cupNumber()

        Additional tax information to specify for a TRN in Italy. This is managed by the Interministerial Committee for Economic Planning (CIPE) which characterizes every public investment project (Individual Project Code).

        Returns:
        Additional tax information to specify for a TRN in Italy. This is managed by the Interministerial Committee for Economic Planning (CIPE) which characterizes every public investment project (Individual Project Code).
      • sdiAccountId

        public final String sdiAccountId()

        Additional tax information to specify for a TRN in Italy. Use CodiceDestinatario to receive your invoices via web service (API) or FTP.

        Returns:
        Additional tax information to specify for a TRN in Italy. Use CodiceDestinatario to receive your invoices via web service (API) or FTP.
      • taxCode

        public final String taxCode()

        List of service tax codes for your TRN in Italy. You can use your customer tax code as part of a VAT Group.

        Returns:
        List of service tax codes for your TRN in Italy. You can use your customer tax code as part of a VAT Group.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)