AsObject: {
    dueDate?: google_protobuf_timestamp_pb.Timestamp.AsObject;
    id: string;
    invoiceAmount: number;
    invoiceDate?: google_protobuf_timestamp_pb.Timestamp.AsObject;
    paidDate?: google_protobuf_timestamp_pb.Timestamp.AsObject;
    status: string;
}

Type declaration

  • Optional dueDate?: google_protobuf_timestamp_pb.Timestamp.AsObject
  • id: string
  • invoiceAmount: number
  • Optional invoiceDate?: google_protobuf_timestamp_pb.Timestamp.AsObject
  • Optional paidDate?: google_protobuf_timestamp_pb.Timestamp.AsObject
  • status: string

Generated using TypeDoc