UNPKG

cecon-interfaces

Version:
10 lines (9 loc) 288 B
import { PaymentTokenDataEntity } from './payment-token-data.entity'; export declare class PaymentTokenEntity { customerId: string; data: PaymentTokenDataEntity; description: string; id: string; itemType: string; constructor(data?: Partial<PaymentTokenEntity>); }