Package dev.vality.anapi.v2.model
Class AmountResultAllOf
java.lang.Object
dev.vality.anapi.v2.model.AmountResultAllOf
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-07-07T08:12:11.951968249Z[Etc/UTC]")
public class AmountResultAllOf
extends Object
AmountResultAllOf
-
Constructor Summary
Constructors Constructor Description AmountResultAllOf() -
Method Summary
Modifier and Type Method Description AmountResultAllOfamount(Long amount)AmountResultAllOfcurrency(String currency)booleanequals(Object o)@NotNull LonggetAmount()Стоимость предлагаемых товаров или услуг, в минорных денежных единицах, например в копейках в случае указания российских рублей в качестве валюты.@NotNull @Pattern(regexp="^[A-Z]{3}$") StringgetCurrency()Валюта, символьный код согласно [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html).inthashCode()voidsetAmount(Long amount)voidsetCurrency(String currency)StringtoString()
-
Constructor Details
-
AmountResultAllOf
public AmountResultAllOf()
-
-
Method Details
-
amount
-
getAmount
Стоимость предлагаемых товаров или услуг, в минорных денежных единицах, например в копейках в случае указания российских рублей в качестве валюты.- Returns:
- amount
-
setAmount
-
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
-
hashCode
public int hashCode() -
toString
-