DonationPayment

DonationPayment (Interface)

  • amount
    Type: number | null
  • bank_account
    Type: object | null
    • bank_name
      Type: string | null
    • last4
      Type: string | null
  • brokerage
    Type: object | null
    • brand_color
      Type: string | null
    • logo_url
      Type: string
    • name
      Type: string
  • card
    Type: object | null
    • brand
      Type: stringenum
      values
      • amex
      • diners
      • discovers
      • eftpos_au
      • jcb
      • mastercard
      • unionpay
      • visa
      • unknown
    • exp_month
      Type: number
    • exp_year
      Type: number
    • last4
      Type: string
  • cashapp
    Type: object | null
    • cashtag
      Type: string | null
  • fees
    Type: array (DonationFee | null)[] · DonationFee[]

    DonationFee (Interface)

    • Type: DonationFee | null · DonationFee

      DonationFee (Interface)

  • net
    Type: number | null
  • type
    Type: stringenum
    values
    • us_bank_account
    • card
    • cashapp
    • brokerage