Deposit
type WalletDeposit {
# Deposit ID
id: String! # 1edee7b6-115c-6baa-a499-0242ac1d003d
# Person
person: PersonPublic!
# Amount
amount: Money!
# Status
status: WalletDepositStatus!
# 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 # bc1qnnxkvn2ht4n5uyqsjguq9d4cuqgghyuzychpju
}