@blocklet/payment-react
Version:
Reusable react components for payment kit v2
15 lines (14 loc) • 397 B
TypeScript
type Props = {
customer_id?: string;
subscription_id?: string;
credit_grant_id?: string;
pageSize?: number;
onTableDataChange?: Function;
showAdminColumns?: boolean;
showTimeFilter?: boolean;
includeGrants?: boolean;
source?: string;
mode?: 'dashboard' | 'portal';
};
export default function CreditTransactionsList(rawProps: Props): JSX.Element;
export {};