@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Ptsv2paymentsTravelInformationAutoRentalTaxDetails extends Object
| Constructor and Description |
|---|
Ptsv2paymentsTravelInformationAutoRentalTaxDetails() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2paymentsTravelInformationAutoRentalTaxDetails |
amount(String amount) |
Ptsv2paymentsTravelInformationAutoRentalTaxDetails |
applied(Boolean applied) |
boolean |
equals(Object o) |
Ptsv2paymentsTravelInformationAutoRentalTaxDetails |
exemptionCode(String exemptionCode) |
String |
getAmount()
Indicates the amount of tax based on the `type` field as described in the table below:
|
Boolean |
getApplied()
Flag that indicates whether the tax amount (`travelInformation.autoRental.taxDetails.amount`) is included in the request.
|
String |
getExemptionCode()
Status code for exemption from sales and use tax.
|
String |
getRate()
Rate of VAT or other tax for the order.
|
String |
getTaxSummary()
Summary of all tax types
|
String |
getTaxType()
Different taxes the rental agency applies to the rental agreement such as tourist tax, airport tax, or rental tax.
|
int |
hashCode() |
Ptsv2paymentsTravelInformationAutoRentalTaxDetails |
rate(String rate) |
void |
setAmount(String amount) |
void |
setApplied(Boolean applied) |
void |
setExemptionCode(String exemptionCode) |
void |
setRate(String rate) |
void |
setTaxSummary(String taxSummary) |
void |
setTaxType(String taxType) |
Ptsv2paymentsTravelInformationAutoRentalTaxDetails |
taxSummary(String taxSummary) |
Ptsv2paymentsTravelInformationAutoRentalTaxDetails |
taxType(String taxType) |
String |
toString() |
public Ptsv2paymentsTravelInformationAutoRentalTaxDetails()
public Ptsv2paymentsTravelInformationAutoRentalTaxDetails amount(String amount)
public String getAmount()
public void setAmount(String amount)
public Ptsv2paymentsTravelInformationAutoRentalTaxDetails rate(String rate)
public String getRate()
public void setRate(String rate)
public Ptsv2paymentsTravelInformationAutoRentalTaxDetails applied(Boolean applied)
public Boolean getApplied()
public void setApplied(Boolean applied)
public Ptsv2paymentsTravelInformationAutoRentalTaxDetails exemptionCode(String exemptionCode)
public String getExemptionCode()
public void setExemptionCode(String exemptionCode)
public Ptsv2paymentsTravelInformationAutoRentalTaxDetails taxType(String taxType)
public String getTaxType()
public void setTaxType(String taxType)
public Ptsv2paymentsTravelInformationAutoRentalTaxDetails taxSummary(String taxSummary)
public String getTaxSummary()
public void setTaxSummary(String taxSummary)
Copyright © 2020. All rights reserved.