CustomerReportRowType
No description
type CustomerReportRowType {
firstName: String
lastName: String
companyName: String
email: String
dateJoined: DateTime
lastLogin: DateTime
streetAddress1: String
streetAddress2: String
city: String
countryArea: String
country: String
postalCode: String
totalOrderAmount: Float
totalOrderCount: Int
}
Fields
CustomerReportRowType.firstName ● String scalar
CustomerReportRowType.lastName ● String scalar
CustomerReportRowType.companyName ● String scalar
CustomerReportRowType.email ● String scalar
CustomerReportRowType.dateJoined ● DateTime scalar
CustomerReportRowType.lastLogin ● DateTime scalar
CustomerReportRowType.streetAddress1 ● String scalar
CustomerReportRowType.streetAddress2 ● String scalar
CustomerReportRowType.city ● String scalar
CustomerReportRowType.countryArea ● String scalar
CustomerReportRowType.country ● String scalar
CustomerReportRowType.postalCode ● String scalar
CustomerReportRowType.totalOrderAmount ● Float scalar
CustomerReportRowType.totalOrderCount ● Int scalar
Member Of
BigQueryCustomerReportType object