Class WithdrawalBody
java.lang.Object
dev.vality.swag.wallets.webhook.events.model.WithdrawalBody
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-03-12T19:05:30.960265880Z[Etc/UTC]")
public class WithdrawalBody
extends Object
Объём средств, которые необходимо вывести
-
Constructor Summary
Constructors Constructor Description WithdrawalBody() -
Method Summary
Modifier and Type Method Description WithdrawalBodyamount(Long amount)WithdrawalBodycurrency(String currency)booleanequals(Object o)@NotNull LonggetAmount()Сумма денежных средств в минорных единицах, например, в копейках@NotNull @Pattern(regexp="^[A-Z]{3}$") StringgetCurrency()Валюта, символьный код согласно [ISO 4217](http://www.iso.org/iso/home/standards/currency_codes.htm).inthashCode()voidsetAmount(Long amount)voidsetCurrency(String currency)StringtoString()
-
Constructor Details
-
WithdrawalBody
public WithdrawalBody()
-
-
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](http://www.iso.org/iso/home/standards/currency_codes.htm).- Returns:
- currency
-
setCurrency
-
equals
-
hashCode
public int hashCode() -
toString
-