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 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 of the taxpayer in Chile.
- Parameters:
businessActivity- The business activity of the taxpayer in Chile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-