Interface PolandAdditionalInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PolandAdditionalInfo.Builder,
,PolandAdditionalInfo> SdkBuilder<PolandAdditionalInfo.Builder,
,PolandAdditionalInfo> SdkPojo
- Enclosing class:
PolandAdditionalInfo
@Mutable
@NotThreadSafe
public static interface PolandAdditionalInfo.Builder
extends SdkPojo, CopyableBuilder<PolandAdditionalInfo.Builder,PolandAdditionalInfo>
-
Method Summary
Modifier and TypeMethodDescriptionindividualRegistrationNumber
(String individualRegistrationNumber) The individual tax registration number (NIP).isGroupVatEnabled
(Boolean isGroupVatEnabled) True if your business is a member of a VAT group with a NIP active for VAT purposes.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
-
individualRegistrationNumber
The individual tax registration number (NIP). Individual NIP is valid for other taxes excluding VAT purposes.
- Parameters:
individualRegistrationNumber
- The individual tax registration number (NIP). Individual NIP is valid for other taxes excluding VAT purposes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isGroupVatEnabled
True if your business is a member of a VAT group with a NIP active for VAT purposes. Otherwise, this is false.
- Parameters:
isGroupVatEnabled
- True if your business is a member of a VAT group with a NIP active for VAT purposes. Otherwise, this is false.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-