Class InvoiceCartLineTaxMode
java.lang.Object
dev.vality.swag_webhook_events.model.InvoiceCartLineTaxMode
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-02-26T07:25:16.040246332Z[Etc/UTC]")
public class InvoiceCartLineTaxMode
extends Object
The tax mode for the proposed good or service.To be specified only if the proposed good or service is taxable.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInvoiceCartLineTaxMode.RateEnumVAT rate -
Constructor Summary
Constructors Constructor Description InvoiceCartLineTaxMode() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)@NotNull InvoiceCartLineTaxMode.RateEnumgetRate()VAT rateinthashCode()InvoiceCartLineTaxModerate(InvoiceCartLineTaxMode.RateEnum rate)voidsetRate(InvoiceCartLineTaxMode.RateEnum rate)StringtoString()