public class Vasv2taxTaxInformation extends Object
| Constructor and Description |
|---|
Vasv2taxTaxInformation() |
| Modifier and Type | Method and Description |
|---|---|
Vasv2taxTaxInformation |
addNexusItem(String nexusItem) |
Vasv2taxTaxInformation |
addNoNexusItem(String noNexusItem) |
Boolean |
CommitIndicator()
Indicates whether this is a committed tax transaction.
|
Vasv2taxTaxInformation |
commitIndicator(Boolean commitIndicator) |
Vasv2taxTaxInformation |
dateOverrideReason(String dateOverrideReason) |
boolean |
equals(Object o) |
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.
|
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) |
Boolean |
RefundIndicator()
Indicates whether this is a refund tax transaction.
|
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 CommitIndicator()
public void setCommitIndicator(Boolean commitIndicator)
public Vasv2taxTaxInformation refundIndicator(Boolean refundIndicator)
public Boolean RefundIndicator()
public void setRefundIndicator(Boolean refundIndicator)
Copyright © 2025. All rights reserved.