PodcastPayment
- represents a podcast payment
content: { feed?: PodcastGUIDReference | undefined; item?: PodcastGUIDReference | undefined; publisher?: PodcastGUIDReference | undefined; }
PodcastPayment
- represents a podcast payment
content: { feed?: PodcastGUIDReference | undefined; item?: PodcastGUIDReference | undefined; publisher?: PodcastGUIDReference | undefined; }
Add Package
deno add jsr:@fountain/podpay
Import symbol
import { type PodcastPayment } from "@fountain/podpay";
---- OR ----
Import directly with a jsr specifier
import { type PodcastPayment } from "jsr:@fountain/podpay";
Add Package
npx jsr add @fountain/podpay
Import symbol
import { type PodcastPayment } from "@fountain/podpay";
Add Package
yarn dlx jsr add @fountain/podpay
Import symbol
import { type PodcastPayment } from "@fountain/podpay";
Add Package
pnpm dlx jsr add @fountain/podpay
Import symbol
import { type PodcastPayment } from "@fountain/podpay";
Add Package
bunx jsr add @fountain/podpay
Import symbol
import { type PodcastPayment } from "@fountain/podpay";