DodoPayments.Payout (dodo_payments v0.1.0)

Copy Markdown View Source

A payout list item.

Summary

Types

t()

@type t() :: %DodoPayments.Payout{
  amount: number() | nil,
  business_id: String.t() | nil,
  chargebacks: number() | nil,
  created_at: String.t() | nil,
  currency: DodoPayments.Enums.decoded_currency() | nil,
  extra: map(),
  fee: number() | nil,
  name: String.t() | nil,
  payment_method: String.t() | nil,
  payout_document_url: String.t() | nil,
  payout_id: String.t() | nil,
  refunds: number() | nil,
  remarks: String.t() | nil,
  status: DodoPayments.Enums.decoded_payout_status() | nil,
  tax: number() | nil,
  updated_at: String.t() | nil
}