@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IsraelAdditionalInfo extends Object implements Serializable, Cloneable, StructuredPojo
Additional tax information associated with your TRN in Israel.
| Constructor and Description |
|---|
IsraelAdditionalInfo() |
| Modifier and Type | Method and Description |
|---|---|
IsraelAdditionalInfo |
clone() |
boolean |
equals(Object obj) |
String |
getCustomerType()
Customer type for your TRN in Israel.
|
String |
getDealerType()
Dealer type for your TRN in Israel.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCustomerType(String customerType)
Customer type for your TRN in Israel.
|
void |
setDealerType(String dealerType)
Dealer type for your TRN in Israel.
|
String |
toString()
Returns a string representation of this object.
|
IsraelAdditionalInfo |
withCustomerType(IsraelCustomerType customerType)
Customer type for your TRN in Israel.
|
IsraelAdditionalInfo |
withCustomerType(String customerType)
Customer type for your TRN in Israel.
|
IsraelAdditionalInfo |
withDealerType(IsraelDealerType dealerType)
Dealer type for your TRN in Israel.
|
IsraelAdditionalInfo |
withDealerType(String dealerType)
Dealer type for your TRN in Israel.
|
public void setCustomerType(String customerType)
Customer type for your TRN in Israel. The value can be Business or Individual. Use
Businessfor entities such as not-for-profit and financial institutions.
customerType - Customer type for your TRN in Israel. The value can be Business or Individual.
Use Businessfor entities such as not-for-profit and financial institutions.IsraelCustomerTypepublic String getCustomerType()
Customer type for your TRN in Israel. The value can be Business or Individual. Use
Businessfor entities such as not-for-profit and financial institutions.
Business or Individual.
Use Businessfor entities such as not-for-profit and financial institutions.IsraelCustomerTypepublic IsraelAdditionalInfo withCustomerType(String customerType)
Customer type for your TRN in Israel. The value can be Business or Individual. Use
Businessfor entities such as not-for-profit and financial institutions.
customerType - Customer type for your TRN in Israel. The value can be Business or Individual.
Use Businessfor entities such as not-for-profit and financial institutions.IsraelCustomerTypepublic IsraelAdditionalInfo withCustomerType(IsraelCustomerType customerType)
Customer type for your TRN in Israel. The value can be Business or Individual. Use
Businessfor entities such as not-for-profit and financial institutions.
customerType - Customer type for your TRN in Israel. The value can be Business or Individual.
Use Businessfor entities such as not-for-profit and financial institutions.IsraelCustomerTypepublic void setDealerType(String 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.
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.IsraelDealerTypepublic String getDealerType()
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.
IsraelDealerTypepublic IsraelAdditionalInfo withDealerType(String 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.
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.IsraelDealerTypepublic IsraelAdditionalInfo withDealerType(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.
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.IsraelDealerTypepublic String toString()
toString in class ObjectObject.toString()public IsraelAdditionalInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.