Payments

RevenueWithdrawalStateSucceeded

The withdrawal succeeded.

fields

fieldtyperequireddescription
typestringrequiredType of the state, always “succeeded”
datenumberrequiredDate the withdrawal was completed in Unix time
urlstringrequiredAn HTTPS URL that can be used to see transaction details

import

types.ts
import type { RevenueWithdrawalStateSucceeded } from "@yaebal/types";

used by

types