Type alias SlimCustomerFragment
SlimCustomerFragment: { __typename?: "Customer"; additionalMetaData?: any | null; awsMarketplaceCustomerId?: string | null; billingId?: string | null; createdAt?: any | null; customerId: string; email?: string | null; id: string; name?: string | null; refId: string; updatedAt: any }
Type declaration
-
Optional
__typename?: "Customer"
-
Optional
additionalMetaData?: any | null
-
Optional
awsMarketplaceCustomerId?: string | null
-
Optional
billingId?: string | null
-
Optional
createdAt?: any | null
-
customerId: string
-
Optional
email?: string | null
-
id: string
-
Optional
name?: string | null
-
refId: string
-
updatedAt: any