Class WithdrawalBody
java.lang.Object
dev.vality.swag.wallets.webhook.events.model.WithdrawalBody
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-03-12T20:13:42.019671651Z[Etc/UTC]")
public class WithdrawalBody
extends Object
Объём средств, которые необходимо вывести
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_AMOUNTstatic StringJSON_PROPERTY_CURRENCY -
Constructor Summary
Constructors Constructor Description WithdrawalBody() -
Method Summary
Modifier and Type Method Description WithdrawalBodyamount(Long amount)WithdrawalBodycurrency(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()
-
Field Details
-
JSON_PROPERTY_AMOUNT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CURRENCY
- See Also:
- Constant Field Values
-
-
Constructor Details
-
WithdrawalBody
public WithdrawalBody()
-
-
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
-