Uses of Class
dev.vality.anapi.v2.model.InvoiceLineTaxVATAllOf.RateEnum
| Package | Description |
|---|---|
| dev.vality.anapi.v2.model |
-
Uses of InvoiceLineTaxVATAllOf.RateEnum in dev.vality.anapi.v2.model
Methods in dev.vality.anapi.v2.model that return InvoiceLineTaxVATAllOf.RateEnum Modifier and Type Method Description static InvoiceLineTaxVATAllOf.RateEnumInvoiceLineTaxVATAllOf.RateEnum. fromValue(String value)@NotNull InvoiceLineTaxVATAllOf.RateEnumInvoiceLineTaxVATAllOf. getRate()Ставка налогаstatic InvoiceLineTaxVATAllOf.RateEnumInvoiceLineTaxVATAllOf.RateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static InvoiceLineTaxVATAllOf.RateEnum[]InvoiceLineTaxVATAllOf.RateEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.anapi.v2.model with parameters of type InvoiceLineTaxVATAllOf.RateEnum Modifier and Type Method Description InvoiceLineTaxVATAllOfInvoiceLineTaxVATAllOf. rate(InvoiceLineTaxVATAllOf.RateEnum rate)voidInvoiceLineTaxVATAllOf. setRate(InvoiceLineTaxVATAllOf.RateEnum rate)