Withdrawal
type WalletWithdrawal {
# Withdrawal ID
id: String! # 1edfdf7f-c98f-6904-972c-0242ac1d0005
# Person
person: PersonPublic!
# Amount
amount: Money!
# Status
status: WalletWithdrawalStatus!
# Comment
comment: String # Some comment
# Created at
createdAt: DateTime! # 2023-11-29T23:33:27+0000
# Complete at (SUCCESS status)
completedAt: DateTime # 2023-11-29T23:33:27+0000
# Payment provider
provider: PaymentProvider!
# Expired at
expiredAt: DateTime # 2023-11-29T23:33:27+0000
# Payment provider transaction id or wallet address
providerCorrespondingId: String # TMeDeibY2ovqARyVh3H9wGVHX7ixmujKcW
}