@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Vasv2taxTaxInformation extends Object
| Constructor and Description |
|---|
Vasv2taxTaxInformation() |
| Modifier and Type | Method and Description |
|---|---|
Vasv2taxTaxInformation |
addNexusItem(String nexusItem) |
Vasv2taxTaxInformation |
addNoNexusItem(String noNexusItem) |
Vasv2taxTaxInformation |
commitIndicator(Boolean commitIndicator) |
Vasv2taxTaxInformation |
dateOverrideReason(String dateOverrideReason) |
boolean |
equals(Object o) |
Boolean |
getCommitIndicator()
Indicates whether this is a committed tax transaction.
|
String |
getDateOverrideReason()
If a past or future date is specified in `orderInformation.invoiceDetails.invoiceDate`, then provide the reason for that for audit purposes.
|
List<String> |
getNexus()
Comma-separated list of states or provinces in which merchandise is taxable.
|
List<String> |
getNoNexus()
Comma-separated list of states or provinces where you do not have nexus.
|
Boolean |
getRefundIndicator()
Indicates whether this is a refund tax transaction.
|
String |
getReportingDate()
Reporting date of transaction.
|
String |
getShowTaxPerLineItem()
Whether or not to display tax amounts for each line item.
|
int |
hashCode() |
Vasv2taxTaxInformation |
nexus(List<String> nexus) |
Vasv2taxTaxInformation |
noNexus(List<String> noNexus) |
Vasv2taxTaxInformation |
refundIndicator(Boolean refundIndicator) |
Vasv2taxTaxInformation |
reportingDate(String reportingDate) |
void |
setCommitIndicator(Boolean commitIndicator) |
void |
setDateOverrideReason(String dateOverrideReason) |
void |
setNexus(List<String> nexus) |
void |
setNoNexus(List<String> noNexus) |
void |
setRefundIndicator(Boolean refundIndicator) |
void |
setReportingDate(String reportingDate) |
void |
setShowTaxPerLineItem(String showTaxPerLineItem) |
Vasv2taxTaxInformation |
showTaxPerLineItem(String showTaxPerLineItem) |
String |
toString() |
public Vasv2taxTaxInformation reportingDate(String reportingDate)
public String getReportingDate()
public void setReportingDate(String reportingDate)
public Vasv2taxTaxInformation dateOverrideReason(String dateOverrideReason)
public String getDateOverrideReason()
public void setDateOverrideReason(String dateOverrideReason)
public Vasv2taxTaxInformation nexus(List<String> nexus)
public Vasv2taxTaxInformation addNexusItem(String nexusItem)
public List<String> getNexus()
public Vasv2taxTaxInformation noNexus(List<String> noNexus)
public Vasv2taxTaxInformation addNoNexusItem(String noNexusItem)
public List<String> getNoNexus()
public Vasv2taxTaxInformation showTaxPerLineItem(String showTaxPerLineItem)
public String getShowTaxPerLineItem()
public void setShowTaxPerLineItem(String showTaxPerLineItem)
public Vasv2taxTaxInformation commitIndicator(Boolean commitIndicator)
public Boolean getCommitIndicator()
public void setCommitIndicator(Boolean commitIndicator)
public Vasv2taxTaxInformation refundIndicator(Boolean refundIndicator)
public Boolean getRefundIndicator()
public void setRefundIndicator(Boolean refundIndicator)
Copyright © 2020. All rights reserved.