Class WithdrawalBody
java.lang.Object
dev.vality.swag.wallets.webhook.events.model.WithdrawalBody
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-09-21T13:44:22.979521869Z[Etc/UTC]")
public class WithdrawalBody
extends Object
Amount of funds to be withdrawn
-
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()The amount of money in minor units, for example, in centsStringgetCurrency()Currency, character code according to [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
The amount of money in minor units, for example, in cents- Returns:
- amount
-
setAmount
-
currency
-
getCurrency
Currency, character code according to [ISO 4217](http://www.iso.org/iso/home/standards/currency_codes.htm).- Returns:
- currency
-
setCurrency
-
equals
-
hashCode
public int hashCode() -
toString
-