Class ApiTaxes
java.lang.Object
travel.wink.hotelbeds.booking.sdk.model.ApiTaxes
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:08.331690043+07:00[Asia/Bangkok]")
public class ApiTaxes
extends Object
Information of taxes.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum\"margin\": This is an indirect tax regime for travel agencies where split of taxes is not shown in the invoices. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTaxesItem(ApiTax taxesItem) allIncluded(Boolean allIncluded) booleanIndicates if all taxes are included or not.getTaxes()List of taxes.\"margin\": This is an indirect tax regime for travel agencies where split of taxes is not shown in the invoices.inthashCode()voidsetAllIncluded(Boolean allIncluded) voidvoidsetTaxScheme(ApiTaxes.TaxSchemeEnum taxScheme) taxScheme(ApiTaxes.TaxSchemeEnum taxScheme) toString()
-
Field Details
-
JSON_PROPERTY_ALL_INCLUDED
- See Also:
-
JSON_PROPERTY_TAX_SCHEME
- See Also:
-
JSON_PROPERTY_TAXES
- See Also:
-
-
Constructor Details
-
ApiTaxes
public ApiTaxes()
-
-
Method Details
-
allIncluded
-
getAllIncluded
Indicates if all taxes are included or not.- Returns:
- allIncluded
-
setAllIncluded
-
taxScheme
-
getTaxScheme
\"margin\": This is an indirect tax regime for travel agencies where split of taxes is not shown in the invoices. In this case, the customer could not deduct any taxes even if the final customer is a legal entity with the right of deduction for indirect taxes. \"general\": This is the indirect tax regime where the split of taxes is shown in the invoices. In this case, the booking will be invoiced with split of taxes and the customer could be able to deduct the VAT and in some countries, these taxes are reduced rates. This tax scheme offers tax advantage for business customers with the right of deduction for indirect taxes.- Returns:
- taxScheme
-
setTaxScheme
-
taxes
-
addTaxesItem
-
getTaxes
List of taxes.- Returns:
- taxes
-
setTaxes
-
equals
-
hashCode
public int hashCode() -
toString
-