Interface PhilippinesAdditionalInfo.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PhilippinesAdditionalInfo.Builder,,PhilippinesAdditionalInfo> SdkBuilder<PhilippinesAdditionalInfo.Builder,,PhilippinesAdditionalInfo> SdkPojo
- Enclosing class:
PhilippinesAdditionalInfo
@Mutable
@NotThreadSafe
public static interface PhilippinesAdditionalInfo.Builder
extends SdkPojo, CopyableBuilder<PhilippinesAdditionalInfo.Builder,PhilippinesAdditionalInfo>
-
Method Summary
Modifier and TypeMethodDescriptionisVatRegistered(Boolean isVatRegistered) Indicates whether the account is VAT-registered with the Philippines Bureau of Internal Revenue (BIR).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
-
isVatRegistered
Indicates whether the account is VAT-registered with the Philippines Bureau of Internal Revenue (BIR).
- Parameters:
isVatRegistered- Indicates whether the account is VAT-registered with the Philippines Bureau of Internal Revenue (BIR).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-