Interface PolandAdditionalInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PolandAdditionalInfo.Builder,PolandAdditionalInfo>,SdkBuilder<PolandAdditionalInfo.Builder,PolandAdditionalInfo>,SdkPojo
- Enclosing class:
- PolandAdditionalInfo
public static interface PolandAdditionalInfo.Builder extends SdkPojo, CopyableBuilder<PolandAdditionalInfo.Builder,PolandAdditionalInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolandAdditionalInfo.BuilderindividualRegistrationNumber(String individualRegistrationNumber)The individual tax registration number (NIP).PolandAdditionalInfo.BuilderisGroupVatEnabled(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 Detail
-
individualRegistrationNumber
PolandAdditionalInfo.Builder individualRegistrationNumber(String 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
PolandAdditionalInfo.Builder isGroupVatEnabled(Boolean 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.
-
-