Package dev.vality.swag.analytics.model
Class AmountResult
java.lang.Object
dev.vality.swag.analytics.model.AmountResult
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-03-18T10:45:05.280Z") public class AmountResult extends Object
AmountResult
-
Constructor Summary
Constructors Constructor Description AmountResult() -
Method Summary
Modifier and Type Method Description AmountResultamount(Long amount)AmountResultcurrency(String currency)booleanequals(Object o)LonggetAmount()Стоимость предлагаемых товаров или услуг, в минорных денежных единицах, например в копейках в случае указания российских рублей в качестве валюты.StringgetCurrency()Валюта, символьный код согласно [ISO 4217](http://www.iso.org/iso/home/standards/currency_codes.htm).inthashCode()voidsetAmount(Long amount)voidsetCurrency(String currency)StringtoString()
-
Constructor Details
-
AmountResult
public AmountResult()
-
-
Method Details
-
amount
-
getAmount
Стоимость предлагаемых товаров или услуг, в минорных денежных единицах, например в копейках в случае указания российских рублей в качестве валюты.- Returns:
- amount
-
setAmount
-
currency
-
getCurrency
Валюта, символьный код согласно [ISO 4217](http://www.iso.org/iso/home/standards/currency_codes.htm).- Returns:
- currency
-
setCurrency
-
equals
-
hashCode
public int hashCode() -
toString
-