Class WithdrawalSucceededAllOf
java.lang.Object
dev.vality.swag.wallets.webhook.events.model.WithdrawalSucceededAllOf
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-12-24T09:03:16.651030963Z[Etc/UTC]")
public class WithdrawalSucceededAllOf
extends Object
WithdrawalSucceededAllOf
-
Constructor Summary
Constructors Constructor Description WithdrawalSucceededAllOf() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)WithdrawalSucceededAllOfexternalID(String externalID)StringgetExternalID()The unique identifier of the content on your side.@NotNull StringgetWithdrawalID()Identifier of funds withdrawalinthashCode()voidsetExternalID(String externalID)voidsetWithdrawalID(String withdrawalID)StringtoString()WithdrawalSucceededAllOfwithdrawalID(String withdrawalID)
-
Constructor Details
-
WithdrawalSucceededAllOf
public WithdrawalSucceededAllOf()
-
-
Method Details
-
withdrawalID
-
getWithdrawalID
Identifier of funds withdrawal- Returns:
- withdrawalID
-
setWithdrawalID
-
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
-