Class Withdrawal
java.lang.Object
dev.vality.swag.wallets.webhook.events.model.Withdrawal
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-12-24T09:03:16.651030963Z[Etc/UTC]")
public class Withdrawal
extends Object
Funds withdrawal data
-
Constructor Summary
Constructors Constructor Description Withdrawal() -
Method Summary
Modifier and Type Method Description Withdrawalbody(WithdrawalBody body)WithdrawalcreatedAt(OffsetDateTime createdAt)Withdrawaldestination(String destination)booleanequals(Object o)WithdrawalexternalID(String externalID)@NotNull @Valid WithdrawalBodygetBody()Get body@Valid OffsetDateTimegetCreatedAt()Date and time the withdrawal started@NotNull StringgetDestination()Destination identifierStringgetExternalID()The unique identifier of the content on your side.StringgetId()Identifier of funds withdrawalorg.openapitools.jackson.nullable.JsonNullable<Object>getMetadata()A custom client-specific API and a data set that is not transparent to the system, associated with this withdrawal@NotNull StringgetWallet()Identifier of the walletinthashCode()Withdrawalid(String id)Withdrawalmetadata(Object metadata)voidsetBody(WithdrawalBody body)voidsetCreatedAt(OffsetDateTime createdAt)voidsetDestination(String destination)voidsetExternalID(String externalID)voidsetId(String id)voidsetMetadata(org.openapitools.jackson.nullable.JsonNullable<Object> metadata)voidsetWallet(String wallet)StringtoString()Withdrawalwallet(String wallet)
-
Constructor Details
-
Withdrawal
public Withdrawal()
-
-
Method Details
-
id
-
getId
Identifier of funds withdrawal- Returns:
- id
-
setId
-
createdAt
-
getCreatedAt
Date and time the withdrawal started- Returns:
- createdAt
-
setCreatedAt
-
destination
-
getDestination
Destination identifier- Returns:
- destination
-
setDestination
-
body
-
getBody
Get body- Returns:
- body
-
setBody
-
metadata
-
getMetadata
A custom client-specific API and a data set that is not transparent to the system, associated with this withdrawal- Returns:
- metadata
-
setMetadata
-
wallet
-
getWallet
Identifier of the wallet- Returns:
- wallet
-
setWallet
-
externalID
-
getExternalID
The unique identifier of the content on your side. When specified, will be used to ensure idempotent processing of the operation.- Returns:
- externalID
-
setExternalID
-
equals
-
hashCode
public int hashCode() -
toString
-