Interface VietnamAdditionalInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VietnamAdditionalInfo.Builder,
,VietnamAdditionalInfo> SdkBuilder<VietnamAdditionalInfo.Builder,
,VietnamAdditionalInfo> SdkPojo
- Enclosing class:
VietnamAdditionalInfo
@Mutable
@NotThreadSafe
public static interface VietnamAdditionalInfo.Builder
extends SdkPojo, CopyableBuilder<VietnamAdditionalInfo.Builder,VietnamAdditionalInfo>
-
Method Summary
Modifier and TypeMethodDescriptionelectronicTransactionCodeNumber
(String electronicTransactionCodeNumber) The electronic transaction code number on the tax return document.enterpriseIdentificationNumber
(String enterpriseIdentificationNumber) The enterprise identification number for tax registration.paymentVoucherNumber
(String paymentVoucherNumber) The payment voucher number on the tax return payment document.paymentVoucherNumberDate
(String paymentVoucherNumberDate) The date on the tax return payment document.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
-
electronicTransactionCodeNumber
VietnamAdditionalInfo.Builder electronicTransactionCodeNumber(String electronicTransactionCodeNumber) The electronic transaction code number on the tax return document. This field must be provided for successful API operation.
- Parameters:
electronicTransactionCodeNumber
- The electronic transaction code number on the tax return document. This field must be provided for successful API operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enterpriseIdentificationNumber
The enterprise identification number for tax registration. This field must be provided for successful API operation.
- Parameters:
enterpriseIdentificationNumber
- The enterprise identification number for tax registration. This field must be provided for successful API operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
paymentVoucherNumber
The payment voucher number on the tax return payment document. This field must be provided for successful API operation.
- Parameters:
paymentVoucherNumber
- The payment voucher number on the tax return payment document. This field must be provided for successful API operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
paymentVoucherNumberDate
The date on the tax return payment document. This field must be provided for successful API operation.
- Parameters:
paymentVoucherNumberDate
- The date on the tax return payment document. This field must be provided for successful API operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-