Class IsraelAdditionalInfo
- java.lang.Object
-
- software.amazon.awssdk.services.taxsettings.model.IsraelAdditionalInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IsraelAdditionalInfo.Builder,IsraelAdditionalInfo>
@Generated("software.amazon.awssdk:codegen") public final class IsraelAdditionalInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IsraelAdditionalInfo.Builder,IsraelAdditionalInfo>
Additional tax information associated with your TRN in Israel.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIsraelAdditionalInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IsraelAdditionalInfo.Builderbuilder()IsraelCustomerTypecustomerType()Customer type for your TRN in Israel.StringcustomerTypeAsString()Customer type for your TRN in Israel.IsraelDealerTypedealerType()Dealer type for your TRN in Israel.StringdealerTypeAsString()Dealer type for your TRN in Israel.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends IsraelAdditionalInfo.Builder>serializableBuilderClass()IsraelAdditionalInfo.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
customerType
public final IsraelCustomerType customerType()
Customer type for your TRN in Israel. The value can be
BusinessorIndividual. UseBusinessfor entities such as not-for-profit and financial institutions.If the service returns an enum value that is not available in the current SDK version,
customerTypewill returnIsraelCustomerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcustomerTypeAsString().- Returns:
- Customer type for your TRN in Israel. The value can be
BusinessorIndividual. UseBusinessfor entities such as not-for-profit and financial institutions. - See Also:
IsraelCustomerType
-
customerTypeAsString
public final String customerTypeAsString()
Customer type for your TRN in Israel. The value can be
BusinessorIndividual. UseBusinessfor entities such as not-for-profit and financial institutions.If the service returns an enum value that is not available in the current SDK version,
customerTypewill returnIsraelCustomerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcustomerTypeAsString().- Returns:
- Customer type for your TRN in Israel. The value can be
BusinessorIndividual. UseBusinessfor entities such as not-for-profit and financial institutions. - See Also:
IsraelCustomerType
-
dealerType
public final IsraelDealerType dealerType()
Dealer type for your TRN in Israel. If you're not a local authorized dealer with an Israeli VAT ID, specify your tax identification number so that Amazon Web Services can send you a compliant tax invoice.
If the service returns an enum value that is not available in the current SDK version,
dealerTypewill returnIsraelDealerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdealerTypeAsString().- Returns:
- Dealer type for your TRN in Israel. If you're not a local authorized dealer with an Israeli VAT ID, specify your tax identification number so that Amazon Web Services can send you a compliant tax invoice.
- See Also:
IsraelDealerType
-
dealerTypeAsString
public final String dealerTypeAsString()
Dealer type for your TRN in Israel. If you're not a local authorized dealer with an Israeli VAT ID, specify your tax identification number so that Amazon Web Services can send you a compliant tax invoice.
If the service returns an enum value that is not available in the current SDK version,
dealerTypewill returnIsraelDealerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdealerTypeAsString().- Returns:
- Dealer type for your TRN in Israel. If you're not a local authorized dealer with an Israeli VAT ID, specify your tax identification number so that Amazon Web Services can send you a compliant tax invoice.
- See Also:
IsraelDealerType
-
toBuilder
public IsraelAdditionalInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IsraelAdditionalInfo.Builder,IsraelAdditionalInfo>
-
builder
public static IsraelAdditionalInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends IsraelAdditionalInfo.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-