Class WithdrawalSucceededAllOf
java.lang.Object
dev.vality.swag.wallets.webhook.events.model.WithdrawalSucceededAllOf
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-09-21T13:44:22.979521869Z[Etc/UTC]")
public class WithdrawalSucceededAllOf
extends Object
WithdrawalSucceededAllOf
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_EXTERNAL_I_Dstatic StringJSON_PROPERTY_WITHDRAWAL_I_D -
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.StringgetWithdrawalID()Identifier of funds withdrawalinthashCode()voidsetExternalID(String externalID)voidsetWithdrawalID(String withdrawalID)StringtoString()WithdrawalSucceededAllOfwithdrawalID(String withdrawalID)
-
Field Details
-
JSON_PROPERTY_WITHDRAWAL_I_D
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EXTERNAL_I_D
- See Also:
- Constant Field Values
-
-
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
-