Package dev.vality.anapi.v2.model
Class CashRange
java.lang.Object
dev.vality.anapi.v2.model.InvoiceTemplateProductPrice
dev.vality.anapi.v2.model.CashRange
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-07-07T08:12:11.951968249Z[Etc/UTC]")
public class CashRange
extends InvoiceTemplateProductPrice
CashRange
-
Constructor Summary
Constructors Constructor Description CashRange() -
Method Summary
Modifier and Type Method Description CashRangecurrency(String currency)booleanequals(Object o)@NotNull @Pattern(regexp="^[A-Z]{3}$") StringgetCurrency()Валюта, символьный код согласно [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html).@NotNull @Min(1L) LonggetLowerBound()Нижняя (включительная) граница стоимости товаров или услуг.@NotNull @Min(1L) LonggetUpperBound()Верхняя (включительная) граница стоимости товаров или услуг.inthashCode()CashRangelowerBound(Long lowerBound)voidsetCurrency(String currency)voidsetLowerBound(Long lowerBound)voidsetUpperBound(Long upperBound)StringtoString()CashRangeupperBound(Long upperBound)Methods inherited from class dev.vality.anapi.v2.model.InvoiceTemplateProductPrice
costType, getCostType, setCostType
-
Constructor Details
-
CashRange
public CashRange()
-
-
Method Details
-
upperBound
-
getUpperBound
Верхняя (включительная) граница стоимости товаров или услуг. minimum: 1- Returns:
- upperBound
-
setUpperBound
-
lowerBound
-
getLowerBound
Нижняя (включительная) граница стоимости товаров или услуг. minimum: 1- Returns:
- lowerBound
-
setLowerBound
-
currency
-
getCurrency
@NotNull @Pattern(regexp="^[A-Z]{3}$") public @NotNull @Pattern(regexp="^[A-Z]{3}$") String getCurrency()Валюта, символьный код согласно [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html).- Returns:
- currency
-
setCurrency
-
equals
- Overrides:
equalsin classInvoiceTemplateProductPrice
-
hashCode
public int hashCode()- Overrides:
hashCodein classInvoiceTemplateProductPrice
-
toString
- Overrides:
toStringin classInvoiceTemplateProductPrice
-