Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 289 Bytes

paymentprocessor.md

File metadata and controls

17 lines (11 loc) · 289 Bytes

PaymentProcessor

The payment processor via which the sale was made.

Example Usage

import { PaymentProcessor } from "dub/models/operations";

let value: PaymentProcessor = "stripe";

Values

"stripe" | "shopify" | "polar" | "paddle" | "custom"