Type alias SlimCustomer

SlimCustomer: { awsMarketplaceCustomerId?: string | null; billingId?: string; createdAt: Date; email?: string; id: string; metadata?: Metadata | null; name?: string; updatedAt: Date }

Type declaration

  • Optional awsMarketplaceCustomerId?: string | null
  • Optional billingId?: string
  • createdAt: Date
  • Optional email?: string
  • id: string
  • Optional metadata?: Metadata | null
  • Optional name?: string
  • updatedAt: Date