@churchapps/apphelper-donations
Version:
Donation components for ChurchApps AppHelper
16 lines • 429 B
TypeScript
export declare class StripePaymentMethod {
id: string;
type: "card" | "bank" | "paypal";
provider: "stripe" | "paypal";
name: string;
last4?: string;
email?: string;
exp_month?: string;
exp_year?: string;
status?: string;
account_holder_name?: string;
account_holder_type?: string;
gatewayId?: string;
constructor(obj?: any);
}
//# sourceMappingURL=StripePaymentMethod.d.ts.map