@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
Business
for 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 Business
for entities such as not-for-profit and financial institutions.IsraelCustomerType
public String getCustomerType()
Customer type for your TRN in Israel. The value can be Business
or Individual
. Use
Business
for entities such as not-for-profit and financial institutions.
Business
or Individual
.
Use Business
for entities such as not-for-profit and financial institutions.IsraelCustomerType
public IsraelAdditionalInfo withCustomerType(String customerType)
Customer type for your TRN in Israel. The value can be Business
or Individual
. Use
Business
for 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 Business
for entities such as not-for-profit and financial institutions.IsraelCustomerType
public IsraelAdditionalInfo withCustomerType(IsraelCustomerType customerType)
Customer type for your TRN in Israel. The value can be Business
or Individual
. Use
Business
for 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 Business
for entities such as not-for-profit and financial institutions.IsraelCustomerType
public 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.IsraelDealerType
public 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.
IsraelDealerType
public 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.IsraelDealerType
public 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.IsraelDealerType
public String toString()
toString
in class Object
Object.toString()
public IsraelAdditionalInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.