export interface VaultDataPaymentTokenInterface { entityId?: number; customerId?: number; publicHash: string; paymentMethodCode: string; type: string; createdAt?: string; expiresAt?: string; gatewayToken: string; tokenDetails: string; isActive: boolean; isVisible: boolean; }