Interface ItalyAdditionalInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ItalyAdditionalInfo.Builder,ItalyAdditionalInfo>,SdkBuilder<ItalyAdditionalInfo.Builder,ItalyAdditionalInfo>,SdkPojo
- Enclosing class:
- ItalyAdditionalInfo
public static interface ItalyAdditionalInfo.Builder extends SdkPojo, CopyableBuilder<ItalyAdditionalInfo.Builder,ItalyAdditionalInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ItalyAdditionalInfo.BuildercigNumber(String cigNumber)The tender procedure identification code.ItalyAdditionalInfo.BuildercupNumber(String cupNumber)Additional tax information to specify for a TRN in Italy.ItalyAdditionalInfo.BuildersdiAccountId(String sdiAccountId)Additional tax information to specify for a TRN in Italy.ItalyAdditionalInfo.BuildertaxCode(String taxCode)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 Detail
-
cigNumber
ItalyAdditionalInfo.Builder cigNumber(String 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
ItalyAdditionalInfo.Builder cupNumber(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).
- 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
ItalyAdditionalInfo.Builder sdiAccountId(String 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
ItalyAdditionalInfo.Builder taxCode(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.
- 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.
-
-