@square/web-payments-sdk-types
Version:
Types for Square's Web Payments SDK
6 lines (5 loc) • 311 B
TypeScript
import type { MethodTypeValue } from '../types';
/** The payment methods accepted by the SDK */
type MethodTypeConstants = 'ACH' | 'AFTERPAY_CLEARPAY' | 'APPLE_PAY' | 'CARD' | 'CASH_APP_PAY' | 'GIFT_CARD' | 'GOOGLE_PAY';
export declare const MethodType: Record<MethodTypeConstants, MethodTypeValue>;
export {};