Interface ChileAdditionalInfo.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ChileAdditionalInfo.Builder,,ChileAdditionalInfo> SdkBuilder<ChileAdditionalInfo.Builder,,ChileAdditionalInfo> SdkPojo
- Enclosing class:
ChileAdditionalInfo
@Mutable
@NotThreadSafe
public static interface ChileAdditionalInfo.Builder
extends SdkPojo, CopyableBuilder<ChileAdditionalInfo.Builder,ChileAdditionalInfo>
-
Method Summary
Modifier and TypeMethodDescriptionbusinessActivity(String businessActivity) The business activity code of the taxpayer in Chile.documentType(String documentType) The type of tax document.documentType(ChileDocumentType documentType) The type of tax document.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
documentType
The type of tax document. For Chile, this can be
InvoiceorReceipt.- Parameters:
documentType- The type of tax document. For Chile, this can beInvoiceorReceipt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
documentType
The type of tax document. For Chile, this can be
InvoiceorReceipt.- Parameters:
documentType- The type of tax document. For Chile, this can beInvoiceorReceipt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
businessActivity
The business activity code of the taxpayer in Chile. This must be the activity code shown on your SII (Servicio de Impuestos Internos) tax profile. For the list of valid activity codes, see SII activity codes.
- Parameters:
businessActivity- The business activity code of the taxpayer in Chile. This must be the activity code shown on your SII (Servicio de Impuestos Internos) tax profile. For the list of valid activity codes, see SII activity codes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-