Interface IndonesiaAdditionalInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IndonesiaAdditionalInfo.Builder,
,IndonesiaAdditionalInfo> SdkBuilder<IndonesiaAdditionalInfo.Builder,
,IndonesiaAdditionalInfo> SdkPojo
- Enclosing class:
IndonesiaAdditionalInfo
@Mutable
@NotThreadSafe
public static interface IndonesiaAdditionalInfo.Builder
extends SdkPojo, CopyableBuilder<IndonesiaAdditionalInfo.Builder,IndonesiaAdditionalInfo>
-
Method Summary
Modifier and TypeMethodDescriptiondecisionNumber
(String decisionNumber) VAT-exempt customers have a Directorate General of Taxation (DGT) exemption letter or certificate (Surat Keterangan Bebas) decision number.ppnExceptionDesignationCode
(String ppnExceptionDesignationCode) Exception code if you are designated by Directorate General of Taxation (DGT) as a VAT collector, non-collected VAT, or VAT-exempt customer.taxRegistrationNumberType
(String taxRegistrationNumberType) The tax registration number type.taxRegistrationNumberType
(IndonesiaTaxRegistrationNumberType taxRegistrationNumberType) The tax registration number type.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
-
decisionNumber
VAT-exempt customers have a Directorate General of Taxation (DGT) exemption letter or certificate (Surat Keterangan Bebas) decision number. Non-collected VAT have a DGT letter or certificate (Surat Keterangan Tidak Dipungut).
- Parameters:
decisionNumber
- VAT-exempt customers have a Directorate General of Taxation (DGT) exemption letter or certificate (Surat Keterangan Bebas) decision number. Non-collected VAT have a DGT letter or certificate (Surat Keterangan Tidak Dipungut).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ppnExceptionDesignationCode
Exception code if you are designated by Directorate General of Taxation (DGT) as a VAT collector, non-collected VAT, or VAT-exempt customer.
- Parameters:
ppnExceptionDesignationCode
- Exception code if you are designated by Directorate General of Taxation (DGT) as a VAT collector, non-collected VAT, or VAT-exempt customer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taxRegistrationNumberType
The tax registration number type.
- Parameters:
taxRegistrationNumberType
- The tax registration number type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
taxRegistrationNumberType
IndonesiaAdditionalInfo.Builder taxRegistrationNumberType(IndonesiaTaxRegistrationNumberType taxRegistrationNumberType) The tax registration number type.
- Parameters:
taxRegistrationNumberType
- The tax registration number type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-