AsObject: {
    dueDate?: google_protobuf_timestamp_pb.Timestamp.AsObject;
    emailedTo: string;
    id: string;
    invoiceAmount: number;
    invoiceDate?: google_protobuf_timestamp_pb.Timestamp.AsObject;
    itemsList: billingApi.BillableResourceEvent.AsObject[];
    status: string;
}

Type declaration

  • Optional dueDate?: google_protobuf_timestamp_pb.Timestamp.AsObject
  • emailedTo: string
  • id: string
  • invoiceAmount: number
  • Optional invoiceDate?: google_protobuf_timestamp_pb.Timestamp.AsObject
  • itemsList: billingApi.BillableResourceEvent.AsObject[]
  • status: string

Generated using TypeDoc