Interface ItalyAdditionalInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ItalyAdditionalInfo.Builder,
,ItalyAdditionalInfo> SdkBuilder<ItalyAdditionalInfo.Builder,
,ItalyAdditionalInfo> SdkPojo
- Enclosing class:
ItalyAdditionalInfo
@Mutable
@NotThreadSafe
public static interface ItalyAdditionalInfo.Builder
extends SdkPojo, CopyableBuilder<ItalyAdditionalInfo.Builder,ItalyAdditionalInfo>
-
Method Summary
Modifier and TypeMethodDescriptionThe tender procedure identification code.Additional tax information to specify for a TRN in Italy.sdiAccountId
(String sdiAccountId) Additional tax information to specify for a TRN in Italy.List of service tax codes for your TRN in Italy.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
cigNumber
The tender procedure identification code.
- Parameters:
cigNumber
- The tender procedure identification code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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).
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
sdiAccountId
Additional tax information to specify for a TRN in Italy. Use CodiceDestinatario to receive your invoices via web service (API) or FTP.
- Parameters:
sdiAccountId
- Additional tax information to specify for a TRN in Italy. Use CodiceDestinatario to receive your invoices via web service (API) or FTP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taxCode
List of service tax codes for your TRN in Italy. You can use your customer tax code as part of a VAT Group.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-