@churchapps/apphelper-donations
Version:
Donation components for ChurchApps AppHelper
13 lines • 329 B
TypeScript
export declare class StripePaymentMethod {
id: string;
type: string;
name: string;
last4: string;
exp_month?: string;
exp_year?: string;
status?: string;
account_holder_name?: string;
account_holder_type?: string;
constructor(obj?: any);
}
//# sourceMappingURL=StripePaymentMethod.d.ts.map